Shades of Cosmos #FBCECB
Tints of Cosmos #FBCECB
RGB
CMYK
RGB Variations
Color information
#FBCECB (or 0xFBCECB) is known color: Cosmos. HEX triplet: FB, CE and CB. RGB value is (251,206,203). Sum of RGB (Red+Green+Blue) = 251+206+203=660 (87% of max value = 765). Red value is 251 (98.44% from 255 or 38.03% from 660); Green value is 206 (80.86% from 255 or 31.21% from 660); Blue value is 203 (79.69% from 255 or 30.76% from 660); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCECB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBCECB is #043134. Grayscale: #DBDBDB. Windows color (decimal): -274741 or 13356795. OLE color: 13356795.
HSL color Cylindrical-coordinate representation of color #FBCECB: hue angle of 3.75º degrees, saturation: 0.86, 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 #FBCECB is Cyan = 0, Magento = 0.18, Yellow = 0.19 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 206 | 203 | - |
| CMYK | 0 | 0.18 | 0.19 | 0.02 |
| HSL | 3.75º | 0.86% | 0.89% | - |
| HSV(B) | 3.75º | 0.19% | 0.98% | - |
| XYZ | 72.63 | 68.96 | 65.98 | - |
| YUV | 219.11 | 118.91 | 150.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 206 | 203 | 0 | 0.18 | 0.19 | 0.02 | 3.75 | 0.86 | 0.89 |
| Hex | FB | CE | CB | 0 | 12 | 13 | 2 | 4 | 56 | 59 |
| Octal | 373 | 316 | 313 | 0 | 22 | 23 | 2 | 4 | 126 | 131 |
| Binary | 11111011 | 11001110 | 11001011 | 0 | 10010 | 10011 | 10 | 100 | 1010110 | 1011001 |
Color Harmonies of #FBCECB
Complementary color
Monochromatic Colors of #FBCECB
Black with #FBCECB
Text Example
Text Example
White with #FBCECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBCECB; }
p { color: rgb(251,206,203); }
H1.HeaderClassName
{
color: #FBCECB;
}
.AnyTagClassName
{
color: #FBCECB;
}
</style>
background-color css
<style>
a { background-color: #FBCECB; }
a { background-color: rgb(251,206,203); }
div.DivClassName
{
background-color: #FBCECB;
}
.BgClassName
{
background-color: #FBCECB;
}
</style>
border-color css
<style>
span { border-color: #FBCECB; }
span { border-color: rgb(251,206,203); }
td.TdClassName
{
border-color: #FBCECB;
}
.TagClassName
{
border-color: #FBCECB;
}
</style>