Color spaces of #faccc6
RGB | 250 | 204 | 198 |
---|---|---|---|
HSL | 0.02 | 0.84 | 0.88 |
HSV | 7° | 21° | 98° |
CMYK | 0.00 | 0.18 | 0.21 0.02 |
XYZ | 71.2102 | 67.5869 | 62.7185 |
Yxy | 67.5869 | 0.3534 | 0.3354 |
Hunter Lab | 82.2113 | 10.7444 | 12.3159 |
CIE-Lab | 85.7995 | 15.3299 | 9.1079 |
#faccc6 color RGB value is (250,204,198).
#faccc6 hex color red value is 250, green value is 204 and the blue value of its RGB is 198. Cylindrical-coordinate representations (also known as HSL) of color #faccc6 hue: 0.02 , saturation: 0.84 and the lightness value of faccc6 is 0.88.
The process color (four color CMYK) of #faccc6 color hex is 0.00, 0.18, 0.21, 0.02. Web safe color of #faccc6 is #ffcccc. Color #faccc6 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111010 | 11001100 | 11000110 |
Octal | 372 | 314 | 306 |
Decimal | 250 | 204 | 198 |
Hex | FA | CC | C6 |
Shades of #faccc6
Tints of #faccc6
RGB Percentages of Color #faccc6
CMYK Percentages of Color #faccc6
Complementary Color
#faccc6 | #c6f4fa |
#faccc6 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#faccc6 Color Preview on White Background
Lorem ipsum dolor sit amet.
#faccc6 Color CSS Codes
.mybgcolor {background-color:#faccc6; } .myforecolor {color:#faccc6; } .mybordercolor {border:3px solid #faccc6; }
#faccc6 Text Font Color
<p style="color:#faccc6">Text here</p>
This sample text font color is #faccc6
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.
#faccc6 Background Color
<div style="background-color:#faccc6">
Div content here</div>
This div background color is #faccc6
#faccc6 Border Color
<div style="border:3px solid #faccc6">
Div here</div>
This div border color is #faccc6
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(250,204,198, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #faccc6; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #faccc6; -webkit-box-shadow: 1px 1px 3px 2px #faccc6; box-shadow: 1px 1px 3px 2px #faccc6; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(250,204,198, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #faccc6">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #faccc6; -webkit-box-shadow: 1px 1px 3px 2px #faccc6; box-shadow: 1px 1px 3px 2px #faccc6;">
Div content here</div>
This div box has shadow with color #faccc6
#faccc6 Color Palettes
Comments
No comments written yet.
Please login to write comment.