Shades of Cosmos #FFD6D6
Tints of Cosmos #FFD6D6
RGB
CMYK
RGB Variations
Color information
#FFD6D6 (or 0xFFD6D6) is known color: Cosmos. HEX triplet: FF, D6 and D6. RGB value is (255,214,214). Sum of RGB (Red+Green+Blue) = 255+214+214=683 (90% of max value = 765). Red value is 255 (100% from 255 or 37.34% from 683); Green value is 214 (83.98% from 255 or 31.33% from 683); Blue value is 214 (83.98% from 255 or 31.33% from 683); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD6D6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFD6D6 is #002929. Grayscale: #E2E2E2. Windows color (decimal): -10538 or 14079743. OLE color: 14079743.
HSL color Cylindrical-coordinate representation of color #FFD6D6: hue angle of 0º degrees, saturation: 1, lightness: 0.92%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #FFD6D6 is Cyan = 0, Magento = 0.16, Yellow = 0.16 and Black (K on CMYK) = 0.
Color convert
RGB | 255 | 214 | 214 | - |
CMYK | 0 | 0.16 | 0.16 | 0 |
HSL | 0º | 1% | 0.92% | - |
HSV(B) | 0º | 0.16% | 1% | - |
XYZ | 77.42 | 74.21 | 73.86 | - |
YUV | 226.26 | 121.08 | 148.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 255 | 214 | 214 | 0 | 0.16 | 0.16 | 0 | 0 | 1 | 0.92 |
Hex | FF | D6 | D6 | 0 | 10 | 10 | 0 | 0 | 64 | 5C |
Octal | 377 | 326 | 326 | 0 | 20 | 20 | 0 | 0 | 144 | 134 |
Binary | 11111111 | 11010110 | 11010110 | 0 | 10000 | 10000 | 0 | 0 | 1100100 | 1011100 |
Color Harmonies of #FFD6D6
Complementary color
Monochromatic Colors of #FFD6D6
Black with #FFD6D6
Text Example
Text Example
White with #FFD6D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD6D6; }
p { color: rgb(255,214,214); }
H1.HeaderClassName
{
color: #FFD6D6;
}
.AnyTagClassName
{
color: #FFD6D6;
}
</style>
background-color css
<style>
a { background-color: #FFD6D6; }
a { background-color: rgb(255,214,214); }
div.DivClassName
{
background-color: #FFD6D6;
}
.BgClassName
{
background-color: #FFD6D6;
}
</style>
border-color css
<style>
span { border-color: #FFD6D6; }
span { border-color: rgb(255,214,214); }
td.TdClassName
{
border-color: #FFD6D6;
}
.TagClassName
{
border-color: #FFD6D6;
}
</style>