Shades of Cosmos #FFD4D0
Tints of Cosmos #FFD4D0
RGB
CMYK
RGB Variations
Color information
#FFD4D0 (or 0xFFD4D0) is known color: Cosmos. HEX triplet: FF, D4 and D0. RGB value is (255,212,208). Sum of RGB (Red+Green+Blue) = 255+212+208=675 (89% of max value = 765). Red value is 255 (100% from 255 or 37.78% from 675); Green value is 212 (83.20% from 255 or 31.41% from 675); Blue value is 208 (81.64% from 255 or 30.81% from 675); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD4D0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFD4D0 is #002B2F. Grayscale: #E0E0E0. Windows color (decimal): -11056 or 13686015. OLE color: 13686015.
HSL color Cylindrical-coordinate representation of color #FFD4D0: hue angle of 5.11º degrees, saturation: 1, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #FFD4D0 is Cyan = 0, Magento = 0.17, Yellow = 0.18 and Black (K on CMYK) = 0.
Color convert
RGB | 255 | 212 | 208 | - |
CMYK | 0 | 0.17 | 0.18 | 0 |
HSL | 5.11º | 1% | 0.91% | - |
HSV(B) | 5.11º | 0.18% | 1% | - |
XYZ | 76.17 | 72.9 | 69.73 | - |
YUV | 224.4 | 118.75 | 149.83 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 255 | 212 | 208 | 0 | 0.17 | 0.18 | 0 | 5.11 | 1 | 0.91 |
Hex | FF | D4 | D0 | 0 | 11 | 12 | 0 | 5 | 64 | 5B |
Octal | 377 | 324 | 320 | 0 | 21 | 22 | 0 | 5 | 144 | 133 |
Binary | 11111111 | 11010100 | 11010000 | 0 | 10001 | 10010 | 0 | 101 | 1100100 | 1011011 |
Color Harmonies of #FFD4D0
Complementary color
Monochromatic Colors of #FFD4D0
Black with #FFD4D0
Text Example
Text Example
White with #FFD4D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD4D0; }
p { color: rgb(255,212,208); }
H1.HeaderClassName
{
color: #FFD4D0;
}
.AnyTagClassName
{
color: #FFD4D0;
}
</style>
background-color css
<style>
a { background-color: #FFD4D0; }
a { background-color: rgb(255,212,208); }
div.DivClassName
{
background-color: #FFD4D0;
}
.BgClassName
{
background-color: #FFD4D0;
}
</style>
border-color css
<style>
span { border-color: #FFD4D0; }
span { border-color: rgb(255,212,208); }
td.TdClassName
{
border-color: #FFD4D0;
}
.TagClassName
{
border-color: #FFD4D0;
}
</style>