Shades of Classic Rose #FECBEA
Tints of Classic Rose #FECBEA
RGB
CMYK
RGB Variations
Color information
#FECBEA (or 0xFECBEA) is known color: Classic Rose. HEX triplet: FE, CB and EA. RGB value is (254,203,234). Sum of RGB (Red+Green+Blue) = 254+203+234=691 (91% of max value = 765). Red value is 254 (99.61% from 255 or 36.76% from 691); Green value is 203 (79.69% from 255 or 29.38% from 691); Blue value is 234 (91.80% from 255 or 33.86% from 691); Max value from RGB is 254 - color contains mainly: red. Hex color #FECBEA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FECBEA is #013415. Grayscale: #DDDDDD. Windows color (decimal): -78870 or 15387646. OLE color: 15387646.
HSL color Cylindrical-coordinate representation of color #FECBEA: hue angle of 323.53º 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 #FECBEA is Cyan = 0, Magento = 0.20, Yellow = 0.08 and Black (K on CMYK) = 0.00.
Color convert
RGB | 254 | 203 | 234 | - |
CMYK | 0 | 0.20 | 0.08 | 0.00 |
HSL | 323.53º | 0.96% | 0.9% | - |
HSV(B) | 323.53º | 0.2% | 1% | - |
XYZ | 77.08 | 69.72 | 87.24 | - |
YUV | 221.78 | 134.9 | 150.98 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 254 | 203 | 234 | 0 | 0.20 | 0.08 | 0.00 | 323.53 | 0.96 | 0.9 |
Hex | FE | CB | EA | 0 | 14 | 8 | 0 | 144 | 60 | 5A |
Octal | 376 | 313 | 352 | 0 | 24 | 10 | 0 | 504 | 140 | 132 |
Binary | 11111110 | 11001011 | 11101010 | 0 | 10100 | 1000 | 0 | 101000100 | 1100000 | 1011010 |
Color Harmonies of #FECBEA
Complementary color
Monochromatic Colors of #FECBEA
Black with #FECBEA
Text Example
Text Example
White with #FECBEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECBEA; }
p { color: rgb(254,203,234); }
H1.HeaderClassName
{
color: #FECBEA;
}
.AnyTagClassName
{
color: #FECBEA;
}
</style>
background-color css
<style>
a { background-color: #FECBEA; }
a { background-color: rgb(254,203,234); }
div.DivClassName
{
background-color: #FECBEA;
}
.BgClassName
{
background-color: #FECBEA;
}
</style>
border-color css
<style>
span { border-color: #FECBEA; }
span { border-color: rgb(254,203,234); }
td.TdClassName
{
border-color: #FECBEA;
}
.TagClassName
{
border-color: #FECBEA;
}
</style>