Shades of Cosmos #FFD3CB
Tints of Cosmos #FFD3CB
RGB
CMYK
RGB Variations
Color information
#FFD3CB (or 0xFFD3CB) is known color: Cosmos. HEX triplet: FF, D3 and CB. RGB value is (255,211,203). Sum of RGB (Red+Green+Blue) = 255+211+203=669 (88% of max value = 765). Red value is 255 (100% from 255 or 38.12% from 669); Green value is 211 (82.81% from 255 or 31.54% from 669); Blue value is 203 (79.69% from 255 or 30.34% from 669); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD3CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFD3CB is #002C34. Grayscale: #DFDFDF. Windows color (decimal): -11317 or 13358079. OLE color: 13358079.
HSL color Cylindrical-coordinate representation of color #FFD3CB: hue angle of 9.23º 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 #FFD3CB is Cyan = 0, Magento = 0.17, Yellow = 0.20 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 211 | 203 | - |
| CMYK | 0 | 0.17 | 0.20 | 0 |
| HSL | 9.23º | 1% | 0.9% | - |
| HSV(B) | 9.23º | 0.2% | 1% | - |
| XYZ | 75.31 | 72.16 | 66.46 | - |
| YUV | 223.24 | 116.58 | 150.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 211 | 203 | 0 | 0.17 | 0.20 | 0 | 9.23 | 1 | 0.9 |
| Hex | FF | D3 | CB | 0 | 11 | 14 | 0 | 9 | 64 | 5A |
| Octal | 377 | 323 | 313 | 0 | 21 | 24 | 0 | 11 | 144 | 132 |
| Binary | 11111111 | 11010011 | 11001011 | 0 | 10001 | 10100 | 0 | 1001 | 1100100 | 1011010 |
Color Harmonies of #FFD3CB
Complementary color
Monochromatic Colors of #FFD3CB
Black with #FFD3CB
Text Example
Text Example
White with #FFD3CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD3CB; }
p { color: rgb(255,211,203); }
H1.HeaderClassName
{
color: #FFD3CB;
}
.AnyTagClassName
{
color: #FFD3CB;
}
</style>
background-color css
<style>
a { background-color: #FFD3CB; }
a { background-color: rgb(255,211,203); }
div.DivClassName
{
background-color: #FFD3CB;
}
.BgClassName
{
background-color: #FFD3CB;
}
</style>
border-color css
<style>
span { border-color: #FFD3CB; }
span { border-color: rgb(255,211,203); }
td.TdClassName
{
border-color: #FFD3CB;
}
.TagClassName
{
border-color: #FFD3CB;
}
</style>