Shades of Cosmos #FCCFCA
Tints of Cosmos #FCCFCA
RGB
CMYK
RGB Variations
Color information
#FCCFCA (or 0xFCCFCA) is known color: Cosmos. HEX triplet: FC, CF and CA. RGB value is (252,207,202). Sum of RGB (Red+Green+Blue) = 252+207+202=661 (87% of max value = 765). Red value is 252 (98.83% from 255 or 38.12% from 661); Green value is 207 (81.25% from 255 or 31.32% from 661); Blue value is 202 (79.30% from 255 or 30.56% from 661); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCFCA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCCFCA is #033035. Grayscale: #DBDBDB. Windows color (decimal): -208950 or 13291516. OLE color: 13291516.
HSL color Cylindrical-coordinate representation of color #FCCFCA: hue angle of 6º degrees, saturation: 0.89, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #FCCFCA is Cyan = 0, Magento = 0.18, Yellow = 0.20 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 207 | 202 | - |
| CMYK | 0 | 0.18 | 0.20 | 0.01 |
| HSL | 6º | 0.89% | 0.89% | - |
| HSV(B) | 6º | 0.2% | 0.99% | - |
| XYZ | 73.12 | 69.59 | 65.45 | - |
| YUV | 219.89 | 117.91 | 150.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 207 | 202 | 0 | 0.18 | 0.20 | 0.01 | 6 | 0.89 | 0.89 |
| Hex | FC | CF | CA | 0 | 12 | 14 | 1 | 6 | 59 | 59 |
| Octal | 374 | 317 | 312 | 0 | 22 | 24 | 1 | 6 | 131 | 131 |
| Binary | 11111100 | 11001111 | 11001010 | 0 | 10010 | 10100 | 1 | 110 | 1011001 | 1011001 |
Color Harmonies of #FCCFCA
Complementary color
Monochromatic Colors of #FCCFCA
Black with #FCCFCA
Text Example
Text Example
White with #FCCFCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCCFCA; }
p { color: rgb(252,207,202); }
H1.HeaderClassName
{
color: #FCCFCA;
}
.AnyTagClassName
{
color: #FCCFCA;
}
</style>
background-color css
<style>
a { background-color: #FCCFCA; }
a { background-color: rgb(252,207,202); }
div.DivClassName
{
background-color: #FCCFCA;
}
.BgClassName
{
background-color: #FCCFCA;
}
</style>
border-color css
<style>
span { border-color: #FCCFCA; }
span { border-color: rgb(252,207,202); }
td.TdClassName
{
border-color: #FCCFCA;
}
.TagClassName
{
border-color: #FCCFCA;
}
</style>