Shades of Cosmos #FBCFCB
Tints of Cosmos #FBCFCB
RGB
CMYK
RGB Variations
Color information
#FBCFCB (or 0xFBCFCB) is known color: Cosmos. HEX triplet: FB, CF and CB. RGB value is (251,207,203). Sum of RGB (Red+Green+Blue) = 251+207+203=661 (87% of max value = 765). Red value is 251 (98.44% from 255 or 37.97% from 661); Green value is 207 (81.25% from 255 or 31.32% from 661); Blue value is 203 (79.69% from 255 or 30.71% from 661); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCFCB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBCFCB is #043034. Grayscale: #DBDBDB. Windows color (decimal): -274485 or 13357051. OLE color: 13357051.
HSL color Cylindrical-coordinate representation of color #FBCFCB: hue angle of 5º 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 #FBCFCB is Cyan = 0, Magento = 0.18, Yellow = 0.19 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 207 | 203 | - |
| CMYK | 0 | 0.18 | 0.19 | 0.02 |
| HSL | 5º | 0.86% | 0.89% | - |
| HSV(B) | 5º | 0.19% | 0.98% | - |
| XYZ | 72.88 | 69.45 | 66.06 | - |
| YUV | 219.7 | 118.58 | 150.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 207 | 203 | 0 | 0.18 | 0.19 | 0.02 | 5 | 0.86 | 0.89 |
| Hex | FB | CF | CB | 0 | 12 | 13 | 2 | 5 | 56 | 59 |
| Octal | 373 | 317 | 313 | 0 | 22 | 23 | 2 | 5 | 126 | 131 |
| Binary | 11111011 | 11001111 | 11001011 | 0 | 10010 | 10011 | 10 | 101 | 1010110 | 1011001 |
Color Harmonies of #FBCFCB
Complementary color
Monochromatic Colors of #FBCFCB
Black with #FBCFCB
Text Example
Text Example
White with #FBCFCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBCFCB; }
p { color: rgb(251,207,203); }
H1.HeaderClassName
{
color: #FBCFCB;
}
.AnyTagClassName
{
color: #FBCFCB;
}
</style>
background-color css
<style>
a { background-color: #FBCFCB; }
a { background-color: rgb(251,207,203); }
div.DivClassName
{
background-color: #FBCFCB;
}
.BgClassName
{
background-color: #FBCFCB;
}
</style>
border-color css
<style>
span { border-color: #FBCFCB; }
span { border-color: rgb(251,207,203); }
td.TdClassName
{
border-color: #FBCFCB;
}
.TagClassName
{
border-color: #FBCFCB;
}
</style>