Shades of Cosmos #FECCCB
Tints of Cosmos #FECCCB
RGB
CMYK
RGB Variations
Color information
#FECCCB (or 0xFECCCB) is known color: Cosmos. HEX triplet: FE, CC and CB. RGB value is (254,204,203). Sum of RGB (Red+Green+Blue) = 254+204+203=661 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.43% from 661); Green value is 204 (80.08% from 255 or 30.86% from 661); Blue value is 203 (79.69% from 255 or 30.71% from 661); Max value from RGB is 254 - color contains mainly: red. Hex color #FECCCB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FECCCB is #013334. Grayscale: #DADADA. Windows color (decimal): -78645 or 13356286. OLE color: 13356286.
HSL color Cylindrical-coordinate representation of color #FECCCB: hue angle of 1.18º 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 #FECCCB is Cyan = 0, Magento = 0.20, Yellow = 0.20 and Black (K on CMYK) = 0.00.
Color convert
RGB | 254 | 204 | 203 | - |
CMYK | 0 | 0.20 | 0.20 | 0.00 |
HSL | 1.18º | 0.96% | 0.9% | - |
HSV(B) | 1.18º | 0.2% | 1% | - |
XYZ | 73.25 | 68.57 | 65.87 | - |
YUV | 218.84 | 119.07 | 153.08 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 254 | 204 | 203 | 0 | 0.20 | 0.20 | 0.00 | 1.18 | 0.96 | 0.9 |
Hex | FE | CC | CB | 0 | 14 | 14 | 0 | 1 | 60 | 5A |
Octal | 376 | 314 | 313 | 0 | 24 | 24 | 0 | 1 | 140 | 132 |
Binary | 11111110 | 11001100 | 11001011 | 0 | 10100 | 10100 | 0 | 1 | 1100000 | 1011010 |
Color Harmonies of #FECCCB
Complementary color
Monochromatic Colors of #FECCCB
Black with #FECCCB
Text Example
Text Example
White with #FECCCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECCCB; }
p { color: rgb(254,204,203); }
H1.HeaderClassName
{
color: #FECCCB;
}
.AnyTagClassName
{
color: #FECCCB;
}
</style>
background-color css
<style>
a { background-color: #FECCCB; }
a { background-color: rgb(254,204,203); }
div.DivClassName
{
background-color: #FECCCB;
}
.BgClassName
{
background-color: #FECCCB;
}
</style>
border-color css
<style>
span { border-color: #FECCCB; }
span { border-color: rgb(254,204,203); }
td.TdClassName
{
border-color: #FECCCB;
}
.TagClassName
{
border-color: #FECCCB;
}
</style>