Shades of Cosmos #FFCFCE
Tints of Cosmos #FFCFCE
RGB
CMYK
RGB Variations
Color information
#FFCFCE (or 0xFFCFCE) is known color: Cosmos. HEX triplet: FF, CF and CE. RGB value is (255,207,206). Sum of RGB (Red+Green+Blue) = 255+207+206=668 (88% of max value = 765). Red value is 255 (100% from 255 or 38.17% from 668); Green value is 207 (81.25% from 255 or 30.99% from 668); Blue value is 206 (80.86% from 255 or 30.84% from 668); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCFCE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFCFCE is #003031. Grayscale: #DDDDDD. Windows color (decimal): -12338 or 13553663. OLE color: 13553663.
HSL color Cylindrical-coordinate representation of color #FFCFCE: hue angle of 1.22º 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 #FFCFCE is Cyan = 0, Magento = 0.19, Yellow = 0.19 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 207 | 206 | - |
| CMYK | 0 | 0.19 | 0.19 | 0 |
| HSL | 1.22º | 1% | 0.9% | - |
| HSV(B) | 1.22º | 0.19% | 1% | - |
| XYZ | 74.69 | 70.34 | 68.03 | - |
| YUV | 221.24 | 119.4 | 152.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 207 | 206 | 0 | 0.19 | 0.19 | 0 | 1.22 | 1 | 0.9 |
| Hex | FF | CF | CE | 0 | 13 | 13 | 0 | 1 | 64 | 5A |
| Octal | 377 | 317 | 316 | 0 | 23 | 23 | 0 | 1 | 144 | 132 |
| Binary | 11111111 | 11001111 | 11001110 | 0 | 10011 | 10011 | 0 | 1 | 1100100 | 1011010 |
Color Harmonies of #FFCFCE
Complementary color
Monochromatic Colors of #FFCFCE
Black with #FFCFCE
Text Example
Text Example
White with #FFCFCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCFCE; }
p { color: rgb(255,207,206); }
H1.HeaderClassName
{
color: #FFCFCE;
}
.AnyTagClassName
{
color: #FFCFCE;
}
</style>
background-color css
<style>
a { background-color: #FFCFCE; }
a { background-color: rgb(255,207,206); }
div.DivClassName
{
background-color: #FFCFCE;
}
.BgClassName
{
background-color: #FFCFCE;
}
</style>
border-color css
<style>
span { border-color: #FFCFCE; }
span { border-color: rgb(255,207,206); }
td.TdClassName
{
border-color: #FFCFCE;
}
.TagClassName
{
border-color: #FFCFCE;
}
</style>