Shades of Cosmos #FECFC8
Tints of Cosmos #FECFC8
RGB
CMYK
RGB Variations
Color information
#FECFC8 (or 0xFECFC8) is known color: Cosmos. HEX triplet: FE, CF and C8. RGB value is (254,207,200). Sum of RGB (Red+Green+Blue) = 254+207+200=661 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.43% from 661); Green value is 207 (81.25% from 255 or 31.32% from 661); Blue value is 200 (78.52% from 255 or 30.26% from 661); Max value from RGB is 254 - color contains mainly: red. Hex color #FECFC8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FECFC8 is #013037. Grayscale: #DCDCDC. Windows color (decimal): -77880 or 13160446. OLE color: 13160446.
HSL color Cylindrical-coordinate representation of color #FECFC8: hue angle of 7.78º degrees, saturation: 0.96, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #FECFC8 is Cyan = 0, Magento = 0.19, Yellow = 0.21 and Black (K on CMYK) = 0.00.
Color convert
RGB | 254 | 207 | 200 | - |
CMYK | 0 | 0.19 | 0.21 | 0.00 |
HSL | 7.78º | 0.96% | 0.89% | - |
HSV(B) | 7.78º | 0.21% | 1% | - |
XYZ | 73.61 | 69.87 | 64.25 | - |
YUV | 220.26 | 116.57 | 152.07 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 254 | 207 | 200 | 0 | 0.19 | 0.21 | 0.00 | 7.78 | 0.96 | 0.89 |
Hex | FE | CF | C8 | 0 | 13 | 15 | 0 | 8 | 60 | 59 |
Octal | 376 | 317 | 310 | 0 | 23 | 25 | 0 | 10 | 140 | 131 |
Binary | 11111110 | 11001111 | 11001000 | 0 | 10011 | 10101 | 0 | 1000 | 1100000 | 1011001 |
Color Harmonies of #FECFC8
Complementary color
Monochromatic Colors of #FECFC8
Black with #FECFC8
Text Example
Text Example
White with #FECFC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECFC8; }
p { color: rgb(254,207,200); }
H1.HeaderClassName
{
color: #FECFC8;
}
.AnyTagClassName
{
color: #FECFC8;
}
</style>
background-color css
<style>
a { background-color: #FECFC8; }
a { background-color: rgb(254,207,200); }
div.DivClassName
{
background-color: #FECFC8;
}
.BgClassName
{
background-color: #FECFC8;
}
</style>
border-color css
<style>
span { border-color: #FECFC8; }
span { border-color: rgb(254,207,200); }
td.TdClassName
{
border-color: #FECFC8;
}
.TagClassName
{
border-color: #FECFC8;
}
</style>