Shades of Classic Rose #FECBEC
Tints of Classic Rose #FECBEC
RGB
CMYK
RGB Variations
Color information
#FECBEC (or 0xFECBEC) is known color: Classic Rose. HEX triplet: FE, CB and EC. RGB value is (254,203,236). Sum of RGB (Red+Green+Blue) = 254+203+236=693 (91% of max value = 765). Red value is 254 (99.61% from 255 or 36.65% from 693); Green value is 203 (79.69% from 255 or 29.29% from 693); Blue value is 236 (92.58% from 255 or 34.05% from 693); Max value from RGB is 254 - color contains mainly: red. Hex color #FECBEC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FECBEC is #013413. Grayscale: #DDDDDD. Windows color (decimal): -78868 or 15518718. OLE color: 15518718.
HSL color Cylindrical-coordinate representation of color #FECBEC: hue angle of 321.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 #FECBEC is Cyan = 0, Magento = 0.20, Yellow = 0.07 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 203 | 236 | - |
| CMYK | 0 | 0.20 | 0.07 | 0.00 |
| HSL | 321.18º | 0.96% | 0.9% | - |
| HSV(B) | 321.18º | 0.2% | 1% | - |
| XYZ | 77.37 | 69.84 | 88.76 | - |
| YUV | 222.01 | 135.9 | 150.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 203 | 236 | 0 | 0.20 | 0.07 | 0.00 | 321.18 | 0.96 | 0.9 |
| Hex | FE | CB | EC | 0 | 14 | 7 | 0 | 141 | 60 | 5A |
| Octal | 376 | 313 | 354 | 0 | 24 | 7 | 0 | 501 | 140 | 132 |
| Binary | 11111110 | 11001011 | 11101100 | 0 | 10100 | 111 | 0 | 101000001 | 1100000 | 1011010 |
Color Harmonies of #FECBEC
Complementary color
Monochromatic Colors of #FECBEC
Black with #FECBEC
Text Example
Text Example
White with #FECBEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECBEC; }
p { color: rgb(254,203,236); }
H1.HeaderClassName
{
color: #FECBEC;
}
.AnyTagClassName
{
color: #FECBEC;
}
</style>
background-color css
<style>
a { background-color: #FECBEC; }
a { background-color: rgb(254,203,236); }
div.DivClassName
{
background-color: #FECBEC;
}
.BgClassName
{
background-color: #FECBEC;
}
</style>
border-color css
<style>
span { border-color: #FECBEC; }
span { border-color: rgb(254,203,236); }
td.TdClassName
{
border-color: #FECBEC;
}
.TagClassName
{
border-color: #FECBEC;
}
</style>