Shades of Cosmos #FBCCCC
Tints of Cosmos #FBCCCC
RGB
CMYK
RGB Variations
Color information
#FBCCCC (or 0xFBCCCC) is known color: Cosmos. HEX triplet: FB, CC and CC. RGB value is (251,204,204). Sum of RGB (Red+Green+Blue) = 251+204+204=659 (87% of max value = 765). Red value is 251 (98.44% from 255 or 38.09% from 659); Green value is 204 (80.08% from 255 or 30.96% from 659); Blue value is 204 (80.08% from 255 or 30.96% from 659); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCCCC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBCCCC is #043333. Grayscale: #DADADA. Windows color (decimal): -275252 or 13421819. OLE color: 13421819.
HSL color Cylindrical-coordinate representation of color #FBCCCC: hue angle of 0º 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 #FBCCCC is Cyan = 0, Magento = 0.19, Yellow = 0.19 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 204 | 204 | - |
| CMYK | 0 | 0.19 | 0.19 | 0.02 |
| HSL | 0º | 0.85% | 0.89% | - |
| HSV(B) | 0º | 0.19% | 0.98% | - |
| XYZ | 72.28 | 68.05 | 66.45 | - |
| YUV | 218.05 | 120.07 | 151.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 204 | 204 | 0 | 0.19 | 0.19 | 0.02 | 0 | 0.85 | 0.89 |
| Hex | FB | CC | CC | 0 | 13 | 13 | 2 | 0 | 55 | 59 |
| Octal | 373 | 314 | 314 | 0 | 23 | 23 | 2 | 0 | 125 | 131 |
| Binary | 11111011 | 11001100 | 11001100 | 0 | 10011 | 10011 | 10 | 0 | 1010101 | 1011001 |
Color Harmonies of #FBCCCC
Complementary color
Monochromatic Colors of #FBCCCC
Black with #FBCCCC
Text Example
Text Example
White with #FBCCCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBCCCC; }
p { color: rgb(251,204,204); }
H1.HeaderClassName
{
color: #FBCCCC;
}
.AnyTagClassName
{
color: #FBCCCC;
}
</style>
background-color css
<style>
a { background-color: #FBCCCC; }
a { background-color: rgb(251,204,204); }
div.DivClassName
{
background-color: #FBCCCC;
}
.BgClassName
{
background-color: #FBCCCC;
}
</style>
border-color css
<style>
span { border-color: #FBCCCC; }
span { border-color: rgb(251,204,204); }
td.TdClassName
{
border-color: #FBCCCC;
}
.TagClassName
{
border-color: #FBCCCC;
}
</style>