Shades of Cosmos #FECFCC
Tints of Cosmos #FECFCC
RGB
CMYK
RGB Variations
Color information
#FECFCC (or 0xFECFCC) is known color: Cosmos. HEX triplet: FE, CF and CC. RGB value is (254,207,204). Sum of RGB (Red+Green+Blue) = 254+207+204=665 (88% of max value = 765). Red value is 254 (99.61% from 255 or 38.20% from 665); Green value is 207 (81.25% from 255 or 31.13% from 665); Blue value is 204 (80.08% from 255 or 30.68% from 665); Max value from RGB is 254 - color contains mainly: red. Hex color #FECFCC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FECFCC is #013033. Grayscale: #DCDCDC. Windows color (decimal): -77876 or 13422590. OLE color: 13422590.
HSL color Cylindrical-coordinate representation of color #FECFCC: hue angle of 3.6º degrees, saturation: 0.96, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #FECFCC is Cyan = 0, Magento = 0.19, Yellow = 0.20 and Black (K on CMYK) = 0.00.
Color convert
RGB | 254 | 207 | 204 | - |
CMYK | 0 | 0.19 | 0.20 | 0.00 |
HSL | 3.6º | 0.96% | 0.9% | - |
HSV(B) | 3.6º | 0.2% | 1% | - |
XYZ | 74.08 | 70.06 | 66.74 | - |
YUV | 220.71 | 118.57 | 151.74 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 254 | 207 | 204 | 0 | 0.19 | 0.20 | 0.00 | 3.6 | 0.96 | 0.9 |
Hex | FE | CF | CC | 0 | 13 | 14 | 0 | 4 | 60 | 5A |
Octal | 376 | 317 | 314 | 0 | 23 | 24 | 0 | 4 | 140 | 132 |
Binary | 11111110 | 11001111 | 11001100 | 0 | 10011 | 10100 | 0 | 100 | 1100000 | 1011010 |
Color Harmonies of #FECFCC
Complementary color
Monochromatic Colors of #FECFCC
Black with #FECFCC
Text Example
Text Example
White with #FECFCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECFCC; }
p { color: rgb(254,207,204); }
H1.HeaderClassName
{
color: #FECFCC;
}
.AnyTagClassName
{
color: #FECFCC;
}
</style>
background-color css
<style>
a { background-color: #FECFCC; }
a { background-color: rgb(254,207,204); }
div.DivClassName
{
background-color: #FECFCC;
}
.BgClassName
{
background-color: #FECFCC;
}
</style>
border-color css
<style>
span { border-color: #FECFCC; }
span { border-color: rgb(254,207,204); }
td.TdClassName
{
border-color: #FECFCC;
}
.TagClassName
{
border-color: #FECFCC;
}
</style>