Shades of Classic Rose #FECBDE
Tints of Classic Rose #FECBDE
RGB
CMYK
RGB Variations
Color information
#FECBDE (or 0xFECBDE) is known color: Classic Rose. HEX triplet: FE, CB and DE. RGB value is (254,203,222). Sum of RGB (Red+Green+Blue) = 254+203+222=679 (89% of max value = 765). Red value is 254 (99.61% from 255 or 37.41% from 679); Green value is 203 (79.69% from 255 or 29.90% from 679); Blue value is 222 (87.11% from 255 or 32.70% from 679); Max value from RGB is 254 - color contains mainly: red. Hex color #FECBDE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FECBDE is #013421. Grayscale: #DCDCDC. Windows color (decimal): -78882 or 14601214. OLE color: 14601214.
HSL color Cylindrical-coordinate representation of color #FECBDE: hue angle of 337.65º 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 #FECBDE is Cyan = 0, Magento = 0.20, Yellow = 0.13 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 203 | 222 | - |
| CMYK | 0 | 0.20 | 0.13 | 0.00 |
| HSL | 337.65º | 0.96% | 0.9% | - |
| HSV(B) | 337.65º | 0.2% | 1% | - |
| XYZ | 75.41 | 69.06 | 78.46 | - |
| YUV | 220.42 | 128.9 | 151.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 203 | 222 | 0 | 0.20 | 0.13 | 0.00 | 337.65 | 0.96 | 0.9 |
| Hex | FE | CB | DE | 0 | 14 | D | 0 | 152 | 60 | 5A |
| Octal | 376 | 313 | 336 | 0 | 24 | 15 | 0 | 522 | 140 | 132 |
| Binary | 11111110 | 11001011 | 11011110 | 0 | 10100 | 1101 | 0 | 101010010 | 1100000 | 1011010 |
Color Harmonies of #FECBDE
Complementary color
Monochromatic Colors of #FECBDE
Black with #FECBDE
Text Example
Text Example
White with #FECBDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECBDE; }
p { color: rgb(254,203,222); }
H1.HeaderClassName
{
color: #FECBDE;
}
.AnyTagClassName
{
color: #FECBDE;
}
</style>
background-color css
<style>
a { background-color: #FECBDE; }
a { background-color: rgb(254,203,222); }
div.DivClassName
{
background-color: #FECBDE;
}
.BgClassName
{
background-color: #FECBDE;
}
</style>
border-color css
<style>
span { border-color: #FECBDE; }
span { border-color: rgb(254,203,222); }
td.TdClassName
{
border-color: #FECBDE;
}
.TagClassName
{
border-color: #FECBDE;
}
</style>