Shades of Cosmos #FFD4D4
Tints of Cosmos #FFD4D4
RGB
CMYK
RGB Variations
Color information
#FFD4D4 (or 0xFFD4D4) is known color: Cosmos. HEX triplet: FF, D4 and D4. RGB value is (255,212,212). Sum of RGB (Red+Green+Blue) = 255+212+212=679 (89% of max value = 765). Red value is 255 (100% from 255 or 37.56% from 679); Green value is 212 (83.20% from 255 or 31.22% from 679); Blue value is 212 (83.20% from 255 or 31.22% from 679); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD4D4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFD4D4 is #002B2B. Grayscale: #E0E0E0. Windows color (decimal): -11052 or 13948159. OLE color: 13948159.
HSL color Cylindrical-coordinate representation of color #FFD4D4: hue angle of 0º degrees, saturation: 1, lightness: 0.92%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #FFD4D4 is Cyan = 0, Magento = 0.17, Yellow = 0.17 and Black (K on CMYK) = 0.
Color convert
RGB | 255 | 212 | 212 | - |
CMYK | 0 | 0.17 | 0.17 | 0 |
HSL | 0º | 1% | 0.92% | - |
HSV(B) | 0º | 0.17% | 1% | - |
XYZ | 76.67 | 73.1 | 72.36 | - |
YUV | 224.86 | 120.75 | 149.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 255 | 212 | 212 | 0 | 0.17 | 0.17 | 0 | 0 | 1 | 0.92 |
Hex | FF | D4 | D4 | 0 | 11 | 11 | 0 | 0 | 64 | 5C |
Octal | 377 | 324 | 324 | 0 | 21 | 21 | 0 | 0 | 144 | 134 |
Binary | 11111111 | 11010100 | 11010100 | 0 | 10001 | 10001 | 0 | 0 | 1100100 | 1011100 |
Color Harmonies of #FFD4D4
Complementary color
Monochromatic Colors of #FFD4D4
Black with #FFD4D4
Text Example
Text Example
White with #FFD4D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD4D4; }
p { color: rgb(255,212,212); }
H1.HeaderClassName
{
color: #FFD4D4;
}
.AnyTagClassName
{
color: #FFD4D4;
}
</style>
background-color css
<style>
a { background-color: #FFD4D4; }
a { background-color: rgb(255,212,212); }
div.DivClassName
{
background-color: #FFD4D4;
}
.BgClassName
{
background-color: #FFD4D4;
}
</style>
border-color css
<style>
span { border-color: #FFD4D4; }
span { border-color: rgb(255,212,212); }
td.TdClassName
{
border-color: #FFD4D4;
}
.TagClassName
{
border-color: #FFD4D4;
}
</style>