Shades of Classic Rose #FECBE5
Tints of Classic Rose #FECBE5
RGB
CMYK
RGB Variations
Color information
#FECBE5 (or 0xFECBE5) is known color: Classic Rose. HEX triplet: FE, CB and E5. RGB value is (254,203,229). Sum of RGB (Red+Green+Blue) = 254+203+229=686 (90% of max value = 765). Red value is 254 (99.61% from 255 or 37.03% from 686); Green value is 203 (79.69% from 255 or 29.59% from 686); Blue value is 229 (89.84% from 255 or 33.38% from 686); Max value from RGB is 254 - color contains mainly: red. Hex color #FECBE5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FECBE5 is #01341A. Grayscale: #DDDDDD. Windows color (decimal): -78875 or 15059966. OLE color: 15059966.
HSL color Cylindrical-coordinate representation of color #FECBE5: hue angle of 329.41º 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 #FECBE5 is Cyan = 0, Magento = 0.20, Yellow = 0.10 and Black (K on CMYK) = 0.00.
Color convert
RGB | 254 | 203 | 229 | - |
CMYK | 0 | 0.20 | 0.10 | 0.00 |
HSL | 329.41º | 0.96% | 0.9% | - |
HSV(B) | 329.41º | 0.2% | 1% | - |
XYZ | 76.37 | 69.44 | 83.51 | - |
YUV | 221.21 | 132.4 | 151.39 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 254 | 203 | 229 | 0 | 0.20 | 0.10 | 0.00 | 329.41 | 0.96 | 0.9 |
Hex | FE | CB | E5 | 0 | 14 | A | 0 | 149 | 60 | 5A |
Octal | 376 | 313 | 345 | 0 | 24 | 12 | 0 | 511 | 140 | 132 |
Binary | 11111110 | 11001011 | 11100101 | 0 | 10100 | 1010 | 0 | 101001001 | 1100000 | 1011010 |
Color Harmonies of #FECBE5
Complementary color
Monochromatic Colors of #FECBE5
Black with #FECBE5
Text Example
Text Example
White with #FECBE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECBE5; }
p { color: rgb(254,203,229); }
H1.HeaderClassName
{
color: #FECBE5;
}
.AnyTagClassName
{
color: #FECBE5;
}
</style>
background-color css
<style>
a { background-color: #FECBE5; }
a { background-color: rgb(254,203,229); }
div.DivClassName
{
background-color: #FECBE5;
}
.BgClassName
{
background-color: #FECBE5;
}
</style>
border-color css
<style>
span { border-color: #FECBE5; }
span { border-color: rgb(254,203,229); }
td.TdClassName
{
border-color: #FECBE5;
}
.TagClassName
{
border-color: #FECBE5;
}
</style>