Shades of Cosmos #FFCECE
Tints of Cosmos #FFCECE
RGB
CMYK
RGB Variations
Color information
#FFCECE (or 0xFFCECE) is known color: Cosmos. HEX triplet: FF, CE and CE. RGB value is (255,206,206). Sum of RGB (Red+Green+Blue) = 255+206+206=667 (88% of max value = 765). Red value is 255 (100% from 255 or 38.23% from 667); Green value is 206 (80.86% from 255 or 30.88% from 667); Blue value is 206 (80.86% from 255 or 30.88% from 667); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCECE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFCECE is #003131. Grayscale: #DCDCDC. Windows color (decimal): -12594 or 13553407. OLE color: 13553407.
HSL color Cylindrical-coordinate representation of color #FFCECE: hue angle of 0º degrees, saturation: 1, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #FFCECE is Cyan = 0, Magento = 0.19, Yellow = 0.19 and Black (K on CMYK) = 0.
Color convert
RGB | 255 | 206 | 206 | - |
CMYK | 0 | 0.19 | 0.19 | 0 |
HSL | 0º | 1% | 0.9% | - |
HSV(B) | 0º | 0.19% | 1% | - |
XYZ | 74.45 | 69.86 | 67.95 | - |
YUV | 220.65 | 119.73 | 152.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 255 | 206 | 206 | 0 | 0.19 | 0.19 | 0 | 0 | 1 | 0.9 |
Hex | FF | CE | CE | 0 | 13 | 13 | 0 | 0 | 64 | 5A |
Octal | 377 | 316 | 316 | 0 | 23 | 23 | 0 | 0 | 144 | 132 |
Binary | 11111111 | 11001110 | 11001110 | 0 | 10011 | 10011 | 0 | 0 | 1100100 | 1011010 |
Color Harmonies of #FFCECE
Complementary color
Monochromatic Colors of #FFCECE
Black with #FFCECE
Text Example
Text Example
White with #FFCECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCECE; }
p { color: rgb(255,206,206); }
H1.HeaderClassName
{
color: #FFCECE;
}
.AnyTagClassName
{
color: #FFCECE;
}
</style>
background-color css
<style>
a { background-color: #FFCECE; }
a { background-color: rgb(255,206,206); }
div.DivClassName
{
background-color: #FFCECE;
}
.BgClassName
{
background-color: #FFCECE;
}
</style>
border-color css
<style>
span { border-color: #FFCECE; }
span { border-color: rgb(255,206,206); }
td.TdClassName
{
border-color: #FFCECE;
}
.TagClassName
{
border-color: #FFCECE;
}
</style>