Shades of Classic Rose #FECBEE
Tints of Classic Rose #FECBEE
RGB
CMYK
RGB Variations
Color information
#FECBEE (or 0xFECBEE) is known color: Classic Rose. HEX triplet: FE, CB and EE. RGB value is (254,203,238). Sum of RGB (Red+Green+Blue) = 254+203+238=695 (92% of max value = 765). Red value is 254 (99.61% from 255 or 36.55% from 695); Green value is 203 (79.69% from 255 or 29.21% from 695); Blue value is 238 (93.36% from 255 or 34.24% from 695); Max value from RGB is 254 - color contains mainly: red. Hex color #FECBEE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FECBEE is #013411. Grayscale: #DEDEDE. Windows color (decimal): -78866 or 15649790. OLE color: 15649790.
HSL color Cylindrical-coordinate representation of color #FECBEE: hue angle of 318.82º 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 #FECBEE is Cyan = 0, Magento = 0.20, Yellow = 0.06 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 203 | 238 | - |
| CMYK | 0 | 0.20 | 0.06 | 0.00 |
| HSL | 318.82º | 0.96% | 0.9% | - |
| HSV(B) | 318.82º | 0.2% | 1% | - |
| XYZ | 77.66 | 69.96 | 90.3 | - |
| YUV | 222.24 | 136.9 | 150.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 203 | 238 | 0 | 0.20 | 0.06 | 0.00 | 318.82 | 0.96 | 0.9 |
| Hex | FE | CB | EE | 0 | 14 | 6 | 0 | 13F | 60 | 5A |
| Octal | 376 | 313 | 356 | 0 | 24 | 6 | 0 | 477 | 140 | 132 |
| Binary | 11111110 | 11001011 | 11101110 | 0 | 10100 | 110 | 0 | 100111111 | 1100000 | 1011010 |
Color Harmonies of #FECBEE
Complementary color
Monochromatic Colors of #FECBEE
Black with #FECBEE
Text Example
Text Example
White with #FECBEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECBEE; }
p { color: rgb(254,203,238); }
H1.HeaderClassName
{
color: #FECBEE;
}
.AnyTagClassName
{
color: #FECBEE;
}
</style>
background-color css
<style>
a { background-color: #FECBEE; }
a { background-color: rgb(254,203,238); }
div.DivClassName
{
background-color: #FECBEE;
}
.BgClassName
{
background-color: #FECBEE;
}
</style>
border-color css
<style>
span { border-color: #FECBEE; }
span { border-color: rgb(254,203,238); }
td.TdClassName
{
border-color: #FECBEE;
}
.TagClassName
{
border-color: #FECBEE;
}
</style>