Shades of Classic Rose #FEBDE8
Tints of Classic Rose #FEBDE8
RGB
CMYK
RGB Variations
Color information
#FEBDE8 (or 0xFEBDE8) is known color: Classic Rose. HEX triplet: FE, BD and E8. RGB value is (254,189,232). Sum of RGB (Red+Green+Blue) = 254+189+232=675 (89% of max value = 765). Red value is 254 (99.61% from 255 or 37.63% from 675); Green value is 189 (74.22% from 255 or 28% from 675); Blue value is 232 (91.02% from 255 or 34.37% from 675); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBDE8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEBDE8 is #014217. Grayscale: #D5D5D5. Windows color (decimal): -82456 or 15252990. OLE color: 15252990.
HSL color Cylindrical-coordinate representation of color #FEBDE8: hue angle of 320.31º degrees, saturation: 0.97, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #FEBDE8 is Cyan = 0, Magento = 0.26, Yellow = 0.09 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 189 | 232 | - |
| CMYK | 0 | 0.26 | 0.09 | 0.00 |
| HSL | 320.31º | 0.97% | 0.87% | - |
| HSV(B) | 320.31º | 0.26% | 1% | - |
| XYZ | 73.64 | 63.29 | 84.68 | - |
| YUV | 213.34 | 138.53 | 157 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 189 | 232 | 0 | 0.26 | 0.09 | 0.00 | 320.31 | 0.97 | 0.87 |
| Hex | FE | BD | E8 | 0 | 1A | 9 | 0 | 140 | 61 | 57 |
| Octal | 376 | 275 | 350 | 0 | 32 | 11 | 0 | 500 | 141 | 127 |
| Binary | 11111110 | 10111101 | 11101000 | 0 | 11010 | 1001 | 0 | 101000000 | 1100001 | 1010111 |
Color Harmonies of #FEBDE8
Complementary color
Monochromatic Colors of #FEBDE8
Black with #FEBDE8
Text Example
Text Example
White with #FEBDE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEBDE8; }
p { color: rgb(254,189,232); }
H1.HeaderClassName
{
color: #FEBDE8;
}
.AnyTagClassName
{
color: #FEBDE8;
}
</style>
background-color css
<style>
a { background-color: #FEBDE8; }
a { background-color: rgb(254,189,232); }
div.DivClassName
{
background-color: #FEBDE8;
}
.BgClassName
{
background-color: #FEBDE8;
}
</style>
border-color css
<style>
span { border-color: #FEBDE8; }
span { border-color: rgb(254,189,232); }
td.TdClassName
{
border-color: #FEBDE8;
}
.TagClassName
{
border-color: #FEBDE8;
}
</style>