Shades of Cosmos #FBCECC
Tints of Cosmos #FBCECC
RGB
CMYK
RGB Variations
Color information
#FBCECC (or 0xFBCECC) is known color: Cosmos. HEX triplet: FB, CE and CC. RGB value is (251,206,204). Sum of RGB (Red+Green+Blue) = 251+206+204=661 (87% of max value = 765). Red value is 251 (98.44% from 255 or 37.97% from 661); Green value is 206 (80.86% from 255 or 31.16% from 661); Blue value is 204 (80.08% from 255 or 30.86% from 661); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCECC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBCECC is #043133. Grayscale: #DBDBDB. Windows color (decimal): -274740 or 13422331. OLE color: 13422331.
HSL color Cylindrical-coordinate representation of color #FBCECC: hue angle of 2.55º degrees, saturation: 0.85, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #FBCECC is Cyan = 0, Magento = 0.18, Yellow = 0.19 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 206 | 204 | - |
| CMYK | 0 | 0.18 | 0.19 | 0.02 |
| HSL | 2.55º | 0.85% | 0.89% | - |
| HSV(B) | 2.55º | 0.19% | 0.98% | - |
| XYZ | 72.75 | 69.01 | 66.61 | - |
| YUV | 219.23 | 119.41 | 150.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 206 | 204 | 0 | 0.18 | 0.19 | 0.02 | 2.55 | 0.85 | 0.89 |
| Hex | FB | CE | CC | 0 | 12 | 13 | 2 | 3 | 55 | 59 |
| Octal | 373 | 316 | 314 | 0 | 22 | 23 | 2 | 3 | 125 | 131 |
| Binary | 11111011 | 11001110 | 11001100 | 0 | 10010 | 10011 | 10 | 11 | 1010101 | 1011001 |
Color Harmonies of #FBCECC
Complementary color
Monochromatic Colors of #FBCECC
Black with #FBCECC
Text Example
Text Example
White with #FBCECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBCECC; }
p { color: rgb(251,206,204); }
H1.HeaderClassName
{
color: #FBCECC;
}
.AnyTagClassName
{
color: #FBCECC;
}
</style>
background-color css
<style>
a { background-color: #FBCECC; }
a { background-color: rgb(251,206,204); }
div.DivClassName
{
background-color: #FBCECC;
}
.BgClassName
{
background-color: #FBCECC;
}
</style>
border-color css
<style>
span { border-color: #FBCECC; }
span { border-color: rgb(251,206,204); }
td.TdClassName
{
border-color: #FBCECC;
}
.TagClassName
{
border-color: #FBCECC;
}
</style>