Shades of Cosmos #FBD1CE
Tints of Cosmos #FBD1CE
RGB
CMYK
RGB Variations
Color information
#FBD1CE (or 0xFBD1CE) is known color: Cosmos. HEX triplet: FB, D1 and CE. RGB value is (251,209,206). Sum of RGB (Red+Green+Blue) = 251+209+206=666 (88% of max value = 765). Red value is 251 (98.44% from 255 or 37.69% from 666); Green value is 209 (82.03% from 255 or 31.38% from 666); Blue value is 206 (80.86% from 255 or 30.93% from 666); Max value from RGB is 251 - color contains mainly: red. Hex color #FBD1CE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBD1CE is #042E31. Grayscale: #DDDDDD. Windows color (decimal): -273970 or 13554171. OLE color: 13554171.
HSL color Cylindrical-coordinate representation of color #FBD1CE: hue angle of 4º degrees, saturation: 0.85, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #FBD1CE is Cyan = 0, Magento = 0.17, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 209 | 206 | - |
| CMYK | 0 | 0.17 | 0.18 | 0.02 |
| HSL | 4º | 0.85% | 0.9% | - |
| HSV(B) | 4º | 0.18% | 0.98% | - |
| XYZ | 73.72 | 70.57 | 68.13 | - |
| YUV | 221.22 | 119.41 | 149.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 209 | 206 | 0 | 0.17 | 0.18 | 0.02 | 4 | 0.85 | 0.9 |
| Hex | FB | D1 | CE | 0 | 11 | 12 | 2 | 4 | 55 | 5A |
| Octal | 373 | 321 | 316 | 0 | 21 | 22 | 2 | 4 | 125 | 132 |
| Binary | 11111011 | 11010001 | 11001110 | 0 | 10001 | 10010 | 10 | 100 | 1010101 | 1011010 |
Color Harmonies of #FBD1CE
Complementary color
Monochromatic Colors of #FBD1CE
Black with #FBD1CE
Text Example
Text Example
White with #FBD1CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBD1CE; }
p { color: rgb(251,209,206); }
H1.HeaderClassName
{
color: #FBD1CE;
}
.AnyTagClassName
{
color: #FBD1CE;
}
</style>
background-color css
<style>
a { background-color: #FBD1CE; }
a { background-color: rgb(251,209,206); }
div.DivClassName
{
background-color: #FBD1CE;
}
.BgClassName
{
background-color: #FBD1CE;
}
</style>
border-color css
<style>
span { border-color: #FBD1CE; }
span { border-color: rgb(251,209,206); }
td.TdClassName
{
border-color: #FBD1CE;
}
.TagClassName
{
border-color: #FBD1CE;
}
</style>