Shades of Cosmos #FFD1CB
Tints of Cosmos #FFD1CB
RGB
CMYK
RGB Variations
Color information
#FFD1CB (or 0xFFD1CB) is known color: Cosmos. HEX triplet: FF, D1 and CB. RGB value is (255,209,203). Sum of RGB (Red+Green+Blue) = 255+209+203=667 (88% of max value = 765). Red value is 255 (100% from 255 or 38.23% from 667); Green value is 209 (82.03% from 255 or 31.33% from 667); Blue value is 203 (79.69% from 255 or 30.43% from 667); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD1CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFD1CB is #002E34. Grayscale: #DEDEDE. Windows color (decimal): -11829 or 13357567. OLE color: 13357567.
HSL color Cylindrical-coordinate representation of color #FFD1CB: hue angle of 6.92º 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 #FFD1CB is Cyan = 0, Magento = 0.18, Yellow = 0.20 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 209 | 203 | - |
| CMYK | 0 | 0.18 | 0.20 | 0 |
| HSL | 6.92º | 1% | 0.9% | - |
| HSV(B) | 6.92º | 0.2% | 1% | - |
| XYZ | 74.82 | 71.17 | 66.29 | - |
| YUV | 222.07 | 117.24 | 151.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 209 | 203 | 0 | 0.18 | 0.20 | 0 | 6.92 | 1 | 0.9 |
| Hex | FF | D1 | CB | 0 | 12 | 14 | 0 | 7 | 64 | 5A |
| Octal | 377 | 321 | 313 | 0 | 22 | 24 | 0 | 7 | 144 | 132 |
| Binary | 11111111 | 11010001 | 11001011 | 0 | 10010 | 10100 | 0 | 111 | 1100100 | 1011010 |
Color Harmonies of #FFD1CB
Complementary color
Monochromatic Colors of #FFD1CB
Black with #FFD1CB
Text Example
Text Example
White with #FFD1CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD1CB; }
p { color: rgb(255,209,203); }
H1.HeaderClassName
{
color: #FFD1CB;
}
.AnyTagClassName
{
color: #FFD1CB;
}
</style>
background-color css
<style>
a { background-color: #FFD1CB; }
a { background-color: rgb(255,209,203); }
div.DivClassName
{
background-color: #FFD1CB;
}
.BgClassName
{
background-color: #FFD1CB;
}
</style>
border-color css
<style>
span { border-color: #FFD1CB; }
span { border-color: rgb(255,209,203); }
td.TdClassName
{
border-color: #FFD1CB;
}
.TagClassName
{
border-color: #FFD1CB;
}
</style>