Shades of Cosmos #FFD0CC
Tints of Cosmos #FFD0CC
RGB
CMYK
RGB Variations
Color information
#FFD0CC (or 0xFFD0CC) is known color: Cosmos. HEX triplet: FF, D0 and CC. RGB value is (255,208,204). Sum of RGB (Red+Green+Blue) = 255+208+204=667 (88% of max value = 765). Red value is 255 (100% from 255 or 38.23% from 667); Green value is 208 (81.64% from 255 or 31.18% from 667); Blue value is 204 (80.08% from 255 or 30.58% from 667); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD0CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFD0CC is #002F33. Grayscale: #DDDDDD. Windows color (decimal): -12084 or 13422847. OLE color: 13422847.
HSL color Cylindrical-coordinate representation of color #FFD0CC: hue angle of 4.71º degrees, saturation: 1, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #FFD0CC is Cyan = 0, Magento = 0.18, Yellow = 0.2 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 208 | 204 | - |
| CMYK | 0 | 0.18 | 0.2 | 0 |
| HSL | 4.71º | 1% | 0.9% | - |
| HSV(B) | 4.71º | 0.2% | 1% | - |
| XYZ | 74.69 | 70.73 | 66.84 | - |
| YUV | 221.6 | 118.07 | 151.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 208 | 204 | 0 | 0.18 | 0.2 | 0 | 4.71 | 1 | 0.9 |
| Hex | FF | D0 | CC | 0 | 12 | 14 | 0 | 5 | 64 | 5A |
| Octal | 377 | 320 | 314 | 0 | 22 | 24 | 0 | 5 | 144 | 132 |
| Binary | 11111111 | 11010000 | 11001100 | 0 | 10010 | 10100 | 0 | 101 | 1100100 | 1011010 |
Color Harmonies of #FFD0CC
Complementary color
Monochromatic Colors of #FFD0CC
Black with #FFD0CC
Text Example
Text Example
White with #FFD0CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD0CC; }
p { color: rgb(255,208,204); }
H1.HeaderClassName
{
color: #FFD0CC;
}
.AnyTagClassName
{
color: #FFD0CC;
}
</style>
background-color css
<style>
a { background-color: #FFD0CC; }
a { background-color: rgb(255,208,204); }
div.DivClassName
{
background-color: #FFD0CC;
}
.BgClassName
{
background-color: #FFD0CC;
}
</style>
border-color css
<style>
span { border-color: #FFD0CC; }
span { border-color: rgb(255,208,204); }
td.TdClassName
{
border-color: #FFD0CC;
}
.TagClassName
{
border-color: #FFD0CC;
}
</style>