Shades of Cosmos #FFCECB
Tints of Cosmos #FFCECB
RGB
CMYK
RGB Variations
Color information
#FFCECB (or 0xFFCECB) is known color: Cosmos. HEX triplet: FF, CE and CB. RGB value is (255,206,203). Sum of RGB (Red+Green+Blue) = 255+206+203=664 (87% of max value = 765). Red value is 255 (100% from 255 or 38.40% from 664); Green value is 206 (80.86% from 255 or 31.02% from 664); Blue value is 203 (79.69% from 255 or 30.57% from 664); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCECB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFCECB is #003134. Grayscale: #DCDCDC. Windows color (decimal): -12597 or 13356799. OLE color: 13356799.
HSL color Cylindrical-coordinate representation of color #FFCECB: hue angle of 3.46º degrees, saturation: 1, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #FFCECB is Cyan = 0, Magento = 0.19, Yellow = 0.20 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 206 | 203 | - |
| CMYK | 0 | 0.19 | 0.20 | 0 |
| HSL | 3.46º | 1% | 0.9% | - |
| HSV(B) | 3.46º | 0.2% | 1% | - |
| XYZ | 74.09 | 69.71 | 66.05 | - |
| YUV | 220.31 | 118.23 | 152.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 206 | 203 | 0 | 0.19 | 0.20 | 0 | 3.46 | 1 | 0.9 |
| Hex | FF | CE | CB | 0 | 13 | 14 | 0 | 3 | 64 | 5A |
| Octal | 377 | 316 | 313 | 0 | 23 | 24 | 0 | 3 | 144 | 132 |
| Binary | 11111111 | 11001110 | 11001011 | 0 | 10011 | 10100 | 0 | 11 | 1100100 | 1011010 |
Color Harmonies of #FFCECB
Complementary color
Monochromatic Colors of #FFCECB
Black with #FFCECB
Text Example
Text Example
White with #FFCECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCECB; }
p { color: rgb(255,206,203); }
H1.HeaderClassName
{
color: #FFCECB;
}
.AnyTagClassName
{
color: #FFCECB;
}
</style>
background-color css
<style>
a { background-color: #FFCECB; }
a { background-color: rgb(255,206,203); }
div.DivClassName
{
background-color: #FFCECB;
}
.BgClassName
{
background-color: #FFCECB;
}
</style>
border-color css
<style>
span { border-color: #FFCECB; }
span { border-color: rgb(255,206,203); }
td.TdClassName
{
border-color: #FFCECB;
}
.TagClassName
{
border-color: #FFCECB;
}
</style>