Shades of Classic Rose #FEBEE7
Tints of Classic Rose #FEBEE7
RGB
CMYK
RGB Variations
Color information
#FEBEE7 (or 0xFEBEE7) is known color: Classic Rose. HEX triplet: FE, BE and E7. RGB value is (254,190,231). Sum of RGB (Red+Green+Blue) = 254+190+231=675 (89% of max value = 765). Red value is 254 (99.61% from 255 or 37.63% from 675); Green value is 190 (74.61% from 255 or 28.15% from 675); Blue value is 231 (90.62% from 255 or 34.22% from 675); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBEE7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEBEE7 is #014118. Grayscale: #D5D5D5. Windows color (decimal): -82201 or 15187710. OLE color: 15187710.
HSL color Cylindrical-coordinate representation of color #FEBEE7: hue angle of 321.56º 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 #FEBEE7 is Cyan = 0, Magento = 0.25, Yellow = 0.09 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 190 | 231 | - |
| CMYK | 0 | 0.25 | 0.09 | 0.00 |
| HSL | 321.56º | 0.97% | 0.87% | - |
| HSV(B) | 321.56º | 0.25% | 1% | - |
| XYZ | 73.71 | 63.67 | 84.01 | - |
| YUV | 213.81 | 137.7 | 156.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 190 | 231 | 0 | 0.25 | 0.09 | 0.00 | 321.56 | 0.97 | 0.87 |
| Hex | FE | BE | E7 | 0 | 19 | 9 | 0 | 142 | 61 | 57 |
| Octal | 376 | 276 | 347 | 0 | 31 | 11 | 0 | 502 | 141 | 127 |
| Binary | 11111110 | 10111110 | 11100111 | 0 | 11001 | 1001 | 0 | 101000010 | 1100001 | 1010111 |
Color Harmonies of #FEBEE7
Complementary color
Monochromatic Colors of #FEBEE7
Black with #FEBEE7
Text Example
Text Example
White with #FEBEE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEBEE7; }
p { color: rgb(254,190,231); }
H1.HeaderClassName
{
color: #FEBEE7;
}
.AnyTagClassName
{
color: #FEBEE7;
}
</style>
background-color css
<style>
a { background-color: #FEBEE7; }
a { background-color: rgb(254,190,231); }
div.DivClassName
{
background-color: #FEBEE7;
}
.BgClassName
{
background-color: #FEBEE7;
}
</style>
border-color css
<style>
span { border-color: #FEBEE7; }
span { border-color: rgb(254,190,231); }
td.TdClassName
{
border-color: #FEBEE7;
}
.TagClassName
{
border-color: #FEBEE7;
}
</style>