Shades of Classic Rose #FEBEE5
Tints of Classic Rose #FEBEE5
RGB
CMYK
RGB Variations
Color information
#FEBEE5 (or 0xFEBEE5) is known color: Classic Rose. HEX triplet: FE, BE and E5. RGB value is (254,190,229). Sum of RGB (Red+Green+Blue) = 254+190+229=673 (89% of max value = 765). Red value is 254 (99.61% from 255 or 37.74% from 673); Green value is 190 (74.61% from 255 or 28.23% from 673); Blue value is 229 (89.84% from 255 or 34.03% from 673); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBEE5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEBEE5 is #01411A. Grayscale: #D5D5D5. Windows color (decimal): -82203 or 15056638. OLE color: 15056638.
HSL color Cylindrical-coordinate representation of color #FEBEE5: hue angle of 323.44º degrees, saturation: 0.97, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #FEBEE5 is Cyan = 0, Magento = 0.25, Yellow = 0.10 and Black (K on CMYK) = 0.00.
Color convert
RGB | 254 | 190 | 229 | - |
CMYK | 0 | 0.25 | 0.10 | 0.00 |
HSL | 323.44º | 0.97% | 0.87% | - |
HSV(B) | 323.44º | 0.25% | 1% | - |
XYZ | 73.43 | 63.55 | 82.53 | - |
YUV | 213.58 | 136.7 | 156.83 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 254 | 190 | 229 | 0 | 0.25 | 0.10 | 0.00 | 323.44 | 0.97 | 0.87 |
Hex | FE | BE | E5 | 0 | 19 | A | 0 | 143 | 61 | 57 |
Octal | 376 | 276 | 345 | 0 | 31 | 12 | 0 | 503 | 141 | 127 |
Binary | 11111110 | 10111110 | 11100101 | 0 | 11001 | 1010 | 0 | 101000011 | 1100001 | 1010111 |
Color Harmonies of #FEBEE5
Complementary color
Monochromatic Colors of #FEBEE5
Black with #FEBEE5
Text Example
Text Example
White with #FEBEE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEBEE5; }
p { color: rgb(254,190,229); }
H1.HeaderClassName
{
color: #FEBEE5;
}
.AnyTagClassName
{
color: #FEBEE5;
}
</style>
background-color css
<style>
a { background-color: #FEBEE5; }
a { background-color: rgb(254,190,229); }
div.DivClassName
{
background-color: #FEBEE5;
}
.BgClassName
{
background-color: #FEBEE5;
}
</style>
border-color css
<style>
span { border-color: #FEBEE5; }
span { border-color: rgb(254,190,229); }
td.TdClassName
{
border-color: #FEBEE5;
}
.TagClassName
{
border-color: #FEBEE5;
}
</style>