Shades of Cosmos #FFCEC8
Tints of Cosmos #FFCEC8
RGB
CMYK
RGB Variations
Color information
#FFCEC8 (or 0xFFCEC8) is known color: Cosmos. HEX triplet: FF, CE and C8. RGB value is (255,206,200). Sum of RGB (Red+Green+Blue) = 255+206+200=661 (87% of max value = 765). Red value is 255 (100% from 255 or 38.58% from 661); Green value is 206 (80.86% from 255 or 31.16% from 661); Blue value is 200 (78.52% from 255 or 30.26% from 661); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCEC8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFCEC8 is #003137. Grayscale: #DCDCDC. Windows color (decimal): -12600 or 13160191. OLE color: 13160191.
HSL color Cylindrical-coordinate representation of color #FFCEC8: hue angle of 6.55º degrees, saturation: 1, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #FFCEC8 is Cyan = 0, Magento = 0.19, Yellow = 0.22 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 206 | 200 | - |
| CMYK | 0 | 0.19 | 0.22 | 0 |
| HSL | 6.55º | 1% | 0.89% | - |
| HSV(B) | 6.55º | 0.22% | 1% | - |
| XYZ | 73.74 | 69.57 | 64.19 | - |
| YUV | 219.97 | 116.73 | 152.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 206 | 200 | 0 | 0.19 | 0.22 | 0 | 6.55 | 1 | 0.89 |
| Hex | FF | CE | C8 | 0 | 13 | 16 | 0 | 7 | 64 | 59 |
| Octal | 377 | 316 | 310 | 0 | 23 | 26 | 0 | 7 | 144 | 131 |
| Binary | 11111111 | 11001110 | 11001000 | 0 | 10011 | 10110 | 0 | 111 | 1100100 | 1011001 |
Color Harmonies of #FFCEC8
Complementary color
Monochromatic Colors of #FFCEC8
Black with #FFCEC8
Text Example
Text Example
White with #FFCEC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCEC8; }
p { color: rgb(255,206,200); }
H1.HeaderClassName
{
color: #FFCEC8;
}
.AnyTagClassName
{
color: #FFCEC8;
}
</style>
background-color css
<style>
a { background-color: #FFCEC8; }
a { background-color: rgb(255,206,200); }
div.DivClassName
{
background-color: #FFCEC8;
}
.BgClassName
{
background-color: #FFCEC8;
}
</style>
border-color css
<style>
span { border-color: #FFCEC8; }
span { border-color: rgb(255,206,200); }
td.TdClassName
{
border-color: #FFCEC8;
}
.TagClassName
{
border-color: #FFCEC8;
}
</style>