Shades of Cosmos #FBD2CE
Tints of Cosmos #FBD2CE
RGB
CMYK
RGB Variations
Color information
#FBD2CE (or 0xFBD2CE) is known color: Cosmos. HEX triplet: FB, D2 and CE. RGB value is (251,210,206). Sum of RGB (Red+Green+Blue) = 251+210+206=667 (88% of max value = 765). Red value is 251 (98.44% from 255 or 37.63% from 667); Green value is 210 (82.42% from 255 or 31.48% from 667); Blue value is 206 (80.86% from 255 or 30.88% from 667); Max value from RGB is 251 - color contains mainly: red. Hex color #FBD2CE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBD2CE is #042D31. Grayscale: #DDDDDD. Windows color (decimal): -273714 or 13554427. OLE color: 13554427.
HSL color Cylindrical-coordinate representation of color #FBD2CE: hue angle of 5.33º 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 #FBD2CE is Cyan = 0, Magento = 0.16, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 210 | 206 | - |
| CMYK | 0 | 0.16 | 0.18 | 0.02 |
| HSL | 5.33º | 0.85% | 0.9% | - |
| HSV(B) | 5.33º | 0.18% | 0.98% | - |
| XYZ | 73.97 | 71.06 | 68.21 | - |
| YUV | 221.8 | 119.08 | 148.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 210 | 206 | 0 | 0.16 | 0.18 | 0.02 | 5.33 | 0.85 | 0.9 |
| Hex | FB | D2 | CE | 0 | 10 | 12 | 2 | 5 | 55 | 5A |
| Octal | 373 | 322 | 316 | 0 | 20 | 22 | 2 | 5 | 125 | 132 |
| Binary | 11111011 | 11010010 | 11001110 | 0 | 10000 | 10010 | 10 | 101 | 1010101 | 1011010 |
Color Harmonies of #FBD2CE
Complementary color
Monochromatic Colors of #FBD2CE
Black with #FBD2CE
Text Example
Text Example
White with #FBD2CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBD2CE; }
p { color: rgb(251,210,206); }
H1.HeaderClassName
{
color: #FBD2CE;
}
.AnyTagClassName
{
color: #FBD2CE;
}
</style>
background-color css
<style>
a { background-color: #FBD2CE; }
a { background-color: rgb(251,210,206); }
div.DivClassName
{
background-color: #FBD2CE;
}
.BgClassName
{
background-color: #FBD2CE;
}
</style>
border-color css
<style>
span { border-color: #FBD2CE; }
span { border-color: rgb(251,210,206); }
td.TdClassName
{
border-color: #FBD2CE;
}
.TagClassName
{
border-color: #FBD2CE;
}
</style>