Shades of Cosmos #FECFCF
Tints of Cosmos #FECFCF
RGB
CMYK
RGB Variations
Color information
#FECFCF (or 0xFECFCF) is known color: Cosmos. HEX triplet: FE, CF and CF. RGB value is (254,207,207). Sum of RGB (Red+Green+Blue) = 254+207+207=668 (88% of max value = 765). Red value is 254 (99.61% from 255 or 38.02% from 668); Green value is 207 (81.25% from 255 or 30.99% from 668); Blue value is 207 (81.25% from 255 or 30.99% from 668); Max value from RGB is 254 - color contains mainly: red. Hex color #FECFCF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FECFCF is #013030. Grayscale: #DDDDDD. Windows color (decimal): -77873 or 13619198. OLE color: 13619198.
HSL color Cylindrical-coordinate representation of color #FECFCF: hue angle of 0º degrees, saturation: 0.96, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #FECFCF is Cyan = 0, Magento = 0.19, Yellow = 0.19 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 207 | 207 | - |
| CMYK | 0 | 0.19 | 0.19 | 0.00 |
| HSL | 0º | 0.96% | 0.9% | - |
| HSV(B) | 0º | 0.19% | 1% | - |
| XYZ | 74.45 | 70.2 | 68.66 | - |
| YUV | 221.05 | 120.07 | 151.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 207 | 207 | 0 | 0.19 | 0.19 | 0.00 | 0 | 0.96 | 0.9 |
| Hex | FE | CF | CF | 0 | 13 | 13 | 0 | 0 | 60 | 5A |
| Octal | 376 | 317 | 317 | 0 | 23 | 23 | 0 | 0 | 140 | 132 |
| Binary | 11111110 | 11001111 | 11001111 | 0 | 10011 | 10011 | 0 | 0 | 1100000 | 1011010 |
Color Harmonies of #FECFCF
Complementary color
Monochromatic Colors of #FECFCF
Black with #FECFCF
Text Example
Text Example
White with #FECFCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECFCF; }
p { color: rgb(254,207,207); }
H1.HeaderClassName
{
color: #FECFCF;
}
.AnyTagClassName
{
color: #FECFCF;
}
</style>
background-color css
<style>
a { background-color: #FECFCF; }
a { background-color: rgb(254,207,207); }
div.DivClassName
{
background-color: #FECFCF;
}
.BgClassName
{
background-color: #FECFCF;
}
</style>
border-color css
<style>
span { border-color: #FECFCF; }
span { border-color: rgb(254,207,207); }
td.TdClassName
{
border-color: #FECFCF;
}
.TagClassName
{
border-color: #FECFCF;
}
</style>