Shades of Cosmos #FFD4CF
Tints of Cosmos #FFD4CF
RGB
CMYK
RGB Variations
Color information
#FFD4CF (or 0xFFD4CF) is known color: Cosmos. HEX triplet: FF, D4 and CF. RGB value is (255,212,207). Sum of RGB (Red+Green+Blue) = 255+212+207=674 (89% of max value = 765). Red value is 255 (100% from 255 or 37.83% from 674); Green value is 212 (83.20% from 255 or 31.45% from 674); Blue value is 207 (81.25% from 255 or 30.71% from 674); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD4CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFD4CF is #002B30. Grayscale: #E0E0E0. Windows color (decimal): -11057 or 13620479. OLE color: 13620479.
HSL color Cylindrical-coordinate representation of color #FFD4CF: hue angle of 6.25º degrees, saturation: 1, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #FFD4CF is Cyan = 0, Magento = 0.17, Yellow = 0.19 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 212 | 207 | - |
| CMYK | 0 | 0.17 | 0.19 | 0 |
| HSL | 6.25º | 1% | 0.91% | - |
| HSV(B) | 6.25º | 0.19% | 1% | - |
| XYZ | 76.05 | 72.85 | 69.09 | - |
| YUV | 224.29 | 118.25 | 149.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 212 | 207 | 0 | 0.17 | 0.19 | 0 | 6.25 | 1 | 0.91 |
| Hex | FF | D4 | CF | 0 | 11 | 13 | 0 | 6 | 64 | 5B |
| Octal | 377 | 324 | 317 | 0 | 21 | 23 | 0 | 6 | 144 | 133 |
| Binary | 11111111 | 11010100 | 11001111 | 0 | 10001 | 10011 | 0 | 110 | 1100100 | 1011011 |
Color Harmonies of #FFD4CF
Complementary color
Monochromatic Colors of #FFD4CF
Black with #FFD4CF
Text Example
Text Example
White with #FFD4CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD4CF; }
p { color: rgb(255,212,207); }
H1.HeaderClassName
{
color: #FFD4CF;
}
.AnyTagClassName
{
color: #FFD4CF;
}
</style>
background-color css
<style>
a { background-color: #FFD4CF; }
a { background-color: rgb(255,212,207); }
div.DivClassName
{
background-color: #FFD4CF;
}
.BgClassName
{
background-color: #FFD4CF;
}
</style>
border-color css
<style>
span { border-color: #FFD4CF; }
span { border-color: rgb(255,212,207); }
td.TdClassName
{
border-color: #FFD4CF;
}
.TagClassName
{
border-color: #FFD4CF;
}
</style>