Shades of Cosmos #FBCFCD
Tints of Cosmos #FBCFCD
RGB
CMYK
RGB Variations
Color information
#FBCFCD (or 0xFBCFCD) is known color: Cosmos. HEX triplet: FB, CF and CD. RGB value is (251,207,205). Sum of RGB (Red+Green+Blue) = 251+207+205=663 (87% of max value = 765). Red value is 251 (98.44% from 255 or 37.86% from 663); Green value is 207 (81.25% from 255 or 31.22% from 663); Blue value is 205 (80.47% from 255 or 30.92% from 663); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCFCD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBCFCD is #043032. Grayscale: #DBDBDB. Windows color (decimal): -274483 or 13488123. OLE color: 13488123.
HSL color Cylindrical-coordinate representation of color #FBCFCD: hue angle of 2.61º degrees, saturation: 0.85, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #FBCFCD is Cyan = 0, Magento = 0.18, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 207 | 205 | - |
| CMYK | 0 | 0.18 | 0.18 | 0.02 |
| HSL | 2.61º | 0.85% | 0.89% | - |
| HSV(B) | 2.61º | 0.18% | 0.98% | - |
| XYZ | 73.12 | 69.54 | 67.33 | - |
| YUV | 219.93 | 119.58 | 150.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 207 | 205 | 0 | 0.18 | 0.18 | 0.02 | 2.61 | 0.85 | 0.89 |
| Hex | FB | CF | CD | 0 | 12 | 12 | 2 | 3 | 55 | 59 |
| Octal | 373 | 317 | 315 | 0 | 22 | 22 | 2 | 3 | 125 | 131 |
| Binary | 11111011 | 11001111 | 11001101 | 0 | 10010 | 10010 | 10 | 11 | 1010101 | 1011001 |
Color Harmonies of #FBCFCD
Complementary color
Monochromatic Colors of #FBCFCD
Black with #FBCFCD
Text Example
Text Example
White with #FBCFCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBCFCD; }
p { color: rgb(251,207,205); }
H1.HeaderClassName
{
color: #FBCFCD;
}
.AnyTagClassName
{
color: #FBCFCD;
}
</style>
background-color css
<style>
a { background-color: #FBCFCD; }
a { background-color: rgb(251,207,205); }
div.DivClassName
{
background-color: #FBCFCD;
}
.BgClassName
{
background-color: #FBCFCD;
}
</style>
border-color css
<style>
span { border-color: #FBCFCD; }
span { border-color: rgb(251,207,205); }
td.TdClassName
{
border-color: #FBCFCD;
}
.TagClassName
{
border-color: #FBCFCD;
}
</style>