Color spaces of #faffd3
RGB | 250 | 255 | 211 |
---|---|---|---|
HSL | 0.19 | 1.00 | 0.91 |
HSV | 67° | 17° | 100° |
CMYK | 0.02 | 0.00 | 0.17 0.00 |
XYZ | 86.9422 | 96.5471 | 75.6811 |
Yxy | 96.5471 | 0.3355 | 0.3725 |
Hunter Lab | 98.2584 | -14.0096 | 23.1142 |
CIE-Lab | 98.6492 | -8.8138 | 20.5083 |
#faffd3 color RGB value is (250,255,211).
#faffd3 hex color red value is 250, green value is 255 and the blue value of its RGB is 211. Cylindrical-coordinate representations (also known as HSL) of color #faffd3 hue: 0.19 , saturation: 1.00 and the lightness value of faffd3 is 0.91.
The process color (four color CMYK) of #faffd3 color hex is 0.02, 0.00, 0.17, 0.00. Web safe color of #faffd3 is #ffffcc. Color #faffd3 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111010 | 11111111 | 11010011 |
Octal | 372 | 377 | 323 |
Decimal | 250 | 255 | 211 |
Hex | FA | FF | D3 |
Shades of #faffd3
Tints of #faffd3
RGB Percentages of Color #faffd3
CMYK Percentages of Color #faffd3
Complementary Color
#faffd3 | #d8d3ff |
#faffd3 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#faffd3 Color Preview on White Background
Lorem ipsum dolor sit amet.
#faffd3 Color CSS Codes
.mybgcolor {background-color:#faffd3; } .myforecolor {color:#faffd3; } .mybordercolor {border:3px solid #faffd3; }
#faffd3 Text Font Color
<p style="color:#faffd3">Text here</p>
This sample text font color is #faffd3
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
#faffd3 Background Color
<div style="background-color:#faffd3">
Div content here</div>
This div background color is #faffd3
#faffd3 Border Color
<div style="border:3px solid #faffd3">
Div here</div>
This div border color is #faffd3
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(250,255,211, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #faffd3; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #faffd3; -webkit-box-shadow: 1px 1px 3px 2px #faffd3; box-shadow: 1px 1px 3px 2px #faffd3; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(250,255,211, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #faffd3">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #faffd3; -webkit-box-shadow: 1px 1px 3px 2px #faffd3; box-shadow: 1px 1px 3px 2px #faffd3;">
Div content here</div>
This div box has shadow with color #faffd3
#faffd3 Color Palettes
Comments
No comments written yet.
Please login to write comment.