Shades of Cosmos #FFCFC8
Tints of Cosmos #FFCFC8
RGB
CMYK
RGB Variations
Color information
#FFCFC8 (or 0xFFCFC8) is known color: Cosmos. HEX triplet: FF, CF and C8. RGB value is (255,207,200). Sum of RGB (Red+Green+Blue) = 255+207+200=662 (87% of max value = 765). Red value is 255 (100% from 255 or 38.52% from 662); Green value is 207 (81.25% from 255 or 31.27% from 662); Blue value is 200 (78.52% from 255 or 30.21% from 662); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCFC8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFCFC8 is #003037. Grayscale: #DCDCDC. Windows color (decimal): -12344 or 13160447. OLE color: 13160447.
HSL color Cylindrical-coordinate representation of color #FFCFC8: hue angle of 7.64º 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 #FFCFC8 is Cyan = 0, Magento = 0.19, Yellow = 0.22 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 207 | 200 | - |
| CMYK | 0 | 0.19 | 0.22 | 0 |
| HSL | 7.64º | 1% | 0.89% | - |
| HSV(B) | 7.64º | 0.22% | 1% | - |
| XYZ | 73.98 | 70.06 | 64.27 | - |
| YUV | 220.55 | 116.4 | 152.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 207 | 200 | 0 | 0.19 | 0.22 | 0 | 7.64 | 1 | 0.89 |
| Hex | FF | CF | C8 | 0 | 13 | 16 | 0 | 8 | 64 | 59 |
| Octal | 377 | 317 | 310 | 0 | 23 | 26 | 0 | 10 | 144 | 131 |
| Binary | 11111111 | 11001111 | 11001000 | 0 | 10011 | 10110 | 0 | 1000 | 1100100 | 1011001 |
Color Harmonies of #FFCFC8
Complementary color
Monochromatic Colors of #FFCFC8
Black with #FFCFC8
Text Example
Text Example
White with #FFCFC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCFC8; }
p { color: rgb(255,207,200); }
H1.HeaderClassName
{
color: #FFCFC8;
}
.AnyTagClassName
{
color: #FFCFC8;
}
</style>
background-color css
<style>
a { background-color: #FFCFC8; }
a { background-color: rgb(255,207,200); }
div.DivClassName
{
background-color: #FFCFC8;
}
.BgClassName
{
background-color: #FFCFC8;
}
</style>
border-color css
<style>
span { border-color: #FFCFC8; }
span { border-color: rgb(255,207,200); }
td.TdClassName
{
border-color: #FFCFC8;
}
.TagClassName
{
border-color: #FFCFC8;
}
</style>