Shades of Classic Rose #FECBEB
Tints of Classic Rose #FECBEB
RGB
CMYK
RGB Variations
Color information
#FECBEB (or 0xFECBEB) is known color: Classic Rose. HEX triplet: FE, CB and EB. RGB value is (254,203,235). Sum of RGB (Red+Green+Blue) = 254+203+235=692 (91% of max value = 765). Red value is 254 (99.61% from 255 or 36.71% from 692); Green value is 203 (79.69% from 255 or 29.34% from 692); Blue value is 235 (92.19% from 255 or 33.96% from 692); Max value from RGB is 254 - color contains mainly: red. Hex color #FECBEB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FECBEB is #013414. Grayscale: #DDDDDD. Windows color (decimal): -78869 or 15453182. OLE color: 15453182.
HSL color Cylindrical-coordinate representation of color #FECBEB: hue angle of 322.35º 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 #FECBEB is Cyan = 0, Magento = 0.20, Yellow = 0.07 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 203 | 235 | - |
| CMYK | 0 | 0.20 | 0.07 | 0.00 |
| HSL | 322.35º | 0.96% | 0.9% | - |
| HSV(B) | 322.35º | 0.2% | 1% | - |
| XYZ | 77.22 | 69.78 | 88 | - |
| YUV | 221.9 | 135.4 | 150.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 203 | 235 | 0 | 0.20 | 0.07 | 0.00 | 322.35 | 0.96 | 0.9 |
| Hex | FE | CB | EB | 0 | 14 | 7 | 0 | 142 | 60 | 5A |
| Octal | 376 | 313 | 353 | 0 | 24 | 7 | 0 | 502 | 140 | 132 |
| Binary | 11111110 | 11001011 | 11101011 | 0 | 10100 | 111 | 0 | 101000010 | 1100000 | 1011010 |
Color Harmonies of #FECBEB
Complementary color
Monochromatic Colors of #FECBEB
Black with #FECBEB
Text Example
Text Example
White with #FECBEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECBEB; }
p { color: rgb(254,203,235); }
H1.HeaderClassName
{
color: #FECBEB;
}
.AnyTagClassName
{
color: #FECBEB;
}
</style>
background-color css
<style>
a { background-color: #FECBEB; }
a { background-color: rgb(254,203,235); }
div.DivClassName
{
background-color: #FECBEB;
}
.BgClassName
{
background-color: #FECBEB;
}
</style>
border-color css
<style>
span { border-color: #FECBEB; }
span { border-color: rgb(254,203,235); }
td.TdClassName
{
border-color: #FECBEB;
}
.TagClassName
{
border-color: #FECBEB;
}
</style>