Shades of Cosmos #FCCFCB
Tints of Cosmos #FCCFCB
RGB
CMYK
RGB Variations
Color information
#FCCFCB (or 0xFCCFCB) is known color: Cosmos. HEX triplet: FC, CF and CB. RGB value is (252,207,203). Sum of RGB (Red+Green+Blue) = 252+207+203=662 (87% of max value = 765). Red value is 252 (98.83% from 255 or 38.07% from 662); Green value is 207 (81.25% from 255 or 31.27% from 662); Blue value is 203 (79.69% from 255 or 30.66% from 662); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCFCB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCCFCB is #033034. Grayscale: #DCDCDC. Windows color (decimal): -208949 or 13357052. OLE color: 13357052.
HSL color Cylindrical-coordinate representation of color #FCCFCB: hue angle of 4.9º degrees, saturation: 0.89, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #FCCFCB is Cyan = 0, Magento = 0.18, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 207 | 203 | - |
| CMYK | 0 | 0.18 | 0.19 | 0.01 |
| HSL | 4.9º | 0.89% | 0.89% | - |
| HSV(B) | 4.9º | 0.19% | 0.99% | - |
| XYZ | 73.24 | 69.63 | 66.08 | - |
| YUV | 220 | 118.41 | 150.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 207 | 203 | 0 | 0.18 | 0.19 | 0.01 | 4.9 | 0.89 | 0.89 |
| Hex | FC | CF | CB | 0 | 12 | 13 | 1 | 5 | 59 | 59 |
| Octal | 374 | 317 | 313 | 0 | 22 | 23 | 1 | 5 | 131 | 131 |
| Binary | 11111100 | 11001111 | 11001011 | 0 | 10010 | 10011 | 1 | 101 | 1011001 | 1011001 |
Color Harmonies of #FCCFCB
Complementary color
Monochromatic Colors of #FCCFCB
Black with #FCCFCB
Text Example
Text Example
White with #FCCFCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCCFCB; }
p { color: rgb(252,207,203); }
H1.HeaderClassName
{
color: #FCCFCB;
}
.AnyTagClassName
{
color: #FCCFCB;
}
</style>
background-color css
<style>
a { background-color: #FCCFCB; }
a { background-color: rgb(252,207,203); }
div.DivClassName
{
background-color: #FCCFCB;
}
.BgClassName
{
background-color: #FCCFCB;
}
</style>
border-color css
<style>
span { border-color: #FCCFCB; }
span { border-color: rgb(252,207,203); }
td.TdClassName
{
border-color: #FCCFCB;
}
.TagClassName
{
border-color: #FCCFCB;
}
</style>