Shades of Cosmos #FCCECA
Tints of Cosmos #FCCECA
RGB
CMYK
RGB Variations
Color information
#FCCECA (or 0xFCCECA) is known color: Cosmos. HEX triplet: FC, CE and CA. RGB value is (252,206,202). Sum of RGB (Red+Green+Blue) = 252+206+202=660 (87% of max value = 765). Red value is 252 (98.83% from 255 or 38.18% from 660); Green value is 206 (80.86% from 255 or 31.21% from 660); Blue value is 202 (79.30% from 255 or 30.61% from 660); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCECA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCCECA is #033135. Grayscale: #DBDBDB. Windows color (decimal): -209206 or 13291260. OLE color: 13291260.
HSL color Cylindrical-coordinate representation of color #FCCECA: hue angle of 4.8º 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 #FCCECA is Cyan = 0, Magento = 0.18, Yellow = 0.20 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 206 | 202 | - |
| CMYK | 0 | 0.18 | 0.20 | 0.01 |
| HSL | 4.8º | 0.89% | 0.89% | - |
| HSV(B) | 4.8º | 0.2% | 0.99% | - |
| XYZ | 72.88 | 69.1 | 65.37 | - |
| YUV | 219.3 | 118.24 | 151.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 206 | 202 | 0 | 0.18 | 0.20 | 0.01 | 4.8 | 0.89 | 0.89 |
| Hex | FC | CE | CA | 0 | 12 | 14 | 1 | 5 | 59 | 59 |
| Octal | 374 | 316 | 312 | 0 | 22 | 24 | 1 | 5 | 131 | 131 |
| Binary | 11111100 | 11001110 | 11001010 | 0 | 10010 | 10100 | 1 | 101 | 1011001 | 1011001 |
Color Harmonies of #FCCECA
Complementary color
Monochromatic Colors of #FCCECA
Black with #FCCECA
Text Example
Text Example
White with #FCCECA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCCECA; }
p { color: rgb(252,206,202); }
H1.HeaderClassName
{
color: #FCCECA;
}
.AnyTagClassName
{
color: #FCCECA;
}
</style>
background-color css
<style>
a { background-color: #FCCECA; }
a { background-color: rgb(252,206,202); }
div.DivClassName
{
background-color: #FCCECA;
}
.BgClassName
{
background-color: #FCCECA;
}
</style>
border-color css
<style>
span { border-color: #FCCECA; }
span { border-color: rgb(252,206,202); }
td.TdClassName
{
border-color: #FCCECA;
}
.TagClassName
{
border-color: #FCCECA;
}
</style>