Shades of Classic Rose #FEBEE6
Tints of Classic Rose #FEBEE6
RGB
CMYK
RGB Variations
Color information
#FEBEE6 (or 0xFEBEE6) is known color: Classic Rose. HEX triplet: FE, BE and E6. RGB value is (254,190,230). Sum of RGB (Red+Green+Blue) = 254+190+230=674 (89% of max value = 765). Red value is 254 (99.61% from 255 or 37.69% from 674); Green value is 190 (74.61% from 255 or 28.19% from 674); Blue value is 230 (90.23% from 255 or 34.12% from 674); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBEE6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEBEE6 is #014119. Grayscale: #D5D5D5. Windows color (decimal): -82202 or 15122174. OLE color: 15122174.
HSL color Cylindrical-coordinate representation of color #FEBEE6: hue angle of 322.5º 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 #FEBEE6 is Cyan = 0, Magento = 0.25, Yellow = 0.09 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 190 | 230 | - |
| CMYK | 0 | 0.25 | 0.09 | 0.00 |
| HSL | 322.5º | 0.97% | 0.87% | - |
| HSV(B) | 322.5º | 0.25% | 1% | - |
| XYZ | 73.57 | 63.61 | 83.26 | - |
| YUV | 213.7 | 137.2 | 156.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 190 | 230 | 0 | 0.25 | 0.09 | 0.00 | 322.5 | 0.97 | 0.87 |
| Hex | FE | BE | E6 | 0 | 19 | 9 | 0 | 142 | 61 | 57 |
| Octal | 376 | 276 | 346 | 0 | 31 | 11 | 0 | 502 | 141 | 127 |
| Binary | 11111110 | 10111110 | 11100110 | 0 | 11001 | 1001 | 0 | 101000010 | 1100001 | 1010111 |
Color Harmonies of #FEBEE6
Complementary color
Monochromatic Colors of #FEBEE6
Black with #FEBEE6
Text Example
Text Example
White with #FEBEE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEBEE6; }
p { color: rgb(254,190,230); }
H1.HeaderClassName
{
color: #FEBEE6;
}
.AnyTagClassName
{
color: #FEBEE6;
}
</style>
background-color css
<style>
a { background-color: #FEBEE6; }
a { background-color: rgb(254,190,230); }
div.DivClassName
{
background-color: #FEBEE6;
}
.BgClassName
{
background-color: #FEBEE6;
}
</style>
border-color css
<style>
span { border-color: #FEBEE6; }
span { border-color: rgb(254,190,230); }
td.TdClassName
{
border-color: #FEBEE6;
}
.TagClassName
{
border-color: #FEBEE6;
}
</style>