Shades of Cosmos #FCD9D4
Tints of Cosmos #FCD9D4
RGB
CMYK
RGB Variations
Color information
#FCD9D4 (or 0xFCD9D4) is known color: Cosmos. HEX triplet: FC, D9 and D4. RGB value is (252,217,212). Sum of RGB (Red+Green+Blue) = 252+217+212=681 (90% of max value = 765). Red value is 252 (98.83% from 255 or 37.00% from 681); Green value is 217 (85.16% from 255 or 31.86% from 681); Blue value is 212 (83.20% from 255 or 31.13% from 681); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD9D4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCD9D4 is #03262B. Grayscale: #E2E2E2. Windows color (decimal): -206380 or 13949436. OLE color: 13949436.
HSL color Cylindrical-coordinate representation of color #FCD9D4: hue angle of 7.5º degrees, saturation: 0.87, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #FCD9D4 is Cyan = 0, Magento = 0.14, Yellow = 0.16 and Black (K on CMYK) = 0.01.
Color convert
RGB | 252 | 217 | 212 | - |
CMYK | 0 | 0.14 | 0.16 | 0.01 |
HSL | 7.5º | 0.87% | 0.91% | - |
HSV(B) | 7.5º | 0.16% | 0.99% | - |
XYZ | 76.84 | 75.07 | 72.73 | - |
YUV | 226.9 | 119.6 | 145.91 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 252 | 217 | 212 | 0 | 0.14 | 0.16 | 0.01 | 7.5 | 0.87 | 0.91 |
Hex | FC | D9 | D4 | 0 | E | 10 | 1 | 8 | 57 | 5B |
Octal | 374 | 331 | 324 | 0 | 16 | 20 | 1 | 10 | 127 | 133 |
Binary | 11111100 | 11011001 | 11010100 | 0 | 1110 | 10000 | 1 | 1000 | 1010111 | 1011011 |
Color Harmonies of #FCD9D4
Complementary color
Monochromatic Colors of #FCD9D4
Black with #FCD9D4
Text Example
Text Example
White with #FCD9D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD9D4; }
p { color: rgb(252,217,212); }
H1.HeaderClassName
{
color: #FCD9D4;
}
.AnyTagClassName
{
color: #FCD9D4;
}
</style>
background-color css
<style>
a { background-color: #FCD9D4; }
a { background-color: rgb(252,217,212); }
div.DivClassName
{
background-color: #FCD9D4;
}
.BgClassName
{
background-color: #FCD9D4;
}
</style>
border-color css
<style>
span { border-color: #FCD9D4; }
span { border-color: rgb(252,217,212); }
td.TdClassName
{
border-color: #FCD9D4;
}
.TagClassName
{
border-color: #FCD9D4;
}
</style>