Shades of Cosmos #FFCECD
Tints of Cosmos #FFCECD
RGB
CMYK
RGB Variations
Color information
#FFCECD (or 0xFFCECD) is known color: Cosmos. HEX triplet: FF, CE and CD. RGB value is (255,206,205). Sum of RGB (Red+Green+Blue) = 255+206+205=666 (88% of max value = 765). Red value is 255 (100% from 255 or 38.29% from 666); Green value is 206 (80.86% from 255 or 30.93% from 666); Blue value is 205 (80.47% from 255 or 30.78% from 666); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCECD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFCECD is #003132. Grayscale: #DCDCDC. Windows color (decimal): -12595 or 13487871. OLE color: 13487871.
HSL color Cylindrical-coordinate representation of color #FFCECD: hue angle of 1.2º 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 #FFCECD is Cyan = 0, Magento = 0.19, Yellow = 0.20 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 206 | 205 | - |
| CMYK | 0 | 0.19 | 0.20 | 0 |
| HSL | 1.2º | 1% | 0.9% | - |
| HSV(B) | 1.2º | 0.2% | 1% | - |
| XYZ | 74.33 | 69.81 | 67.31 | - |
| YUV | 220.54 | 119.23 | 152.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 206 | 205 | 0 | 0.19 | 0.20 | 0 | 1.2 | 1 | 0.9 |
| Hex | FF | CE | CD | 0 | 13 | 14 | 0 | 1 | 64 | 5A |
| Octal | 377 | 316 | 315 | 0 | 23 | 24 | 0 | 1 | 144 | 132 |
| Binary | 11111111 | 11001110 | 11001101 | 0 | 10011 | 10100 | 0 | 1 | 1100100 | 1011010 |
Color Harmonies of #FFCECD
Complementary color
Monochromatic Colors of #FFCECD
Black with #FFCECD
Text Example
Text Example
White with #FFCECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCECD; }
p { color: rgb(255,206,205); }
H1.HeaderClassName
{
color: #FFCECD;
}
.AnyTagClassName
{
color: #FFCECD;
}
</style>
background-color css
<style>
a { background-color: #FFCECD; }
a { background-color: rgb(255,206,205); }
div.DivClassName
{
background-color: #FFCECD;
}
.BgClassName
{
background-color: #FFCECD;
}
</style>
border-color css
<style>
span { border-color: #FFCECD; }
span { border-color: rgb(255,206,205); }
td.TdClassName
{
border-color: #FFCECD;
}
.TagClassName
{
border-color: #FFCECD;
}
</style>