Shades of Classic Rose #FEBEE4
Tints of Classic Rose #FEBEE4
RGB
CMYK
RGB Variations
Color information
#FEBEE4 (or 0xFEBEE4) is known color: Classic Rose. HEX triplet: FE, BE and E4. RGB value is (254,190,228). Sum of RGB (Red+Green+Blue) = 254+190+228=672 (89% of max value = 765). Red value is 254 (99.61% from 255 or 37.80% from 672); Green value is 190 (74.61% from 255 or 28.27% from 672); Blue value is 228 (89.45% from 255 or 33.93% from 672); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBEE4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEBEE4 is #01411B. Grayscale: #D5D5D5. Windows color (decimal): -82204 or 14991102. OLE color: 14991102.
HSL color Cylindrical-coordinate representation of color #FEBEE4: hue angle of 324.38º 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 #FEBEE4 is Cyan = 0, Magento = 0.25, Yellow = 0.10 and Black (K on CMYK) = 0.00.
Color convert
RGB | 254 | 190 | 228 | - |
CMYK | 0 | 0.25 | 0.10 | 0.00 |
HSL | 324.38º | 0.97% | 0.87% | - |
HSV(B) | 324.38º | 0.25% | 1% | - |
XYZ | 73.29 | 63.5 | 81.79 | - |
YUV | 213.47 | 136.2 | 156.91 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 254 | 190 | 228 | 0 | 0.25 | 0.10 | 0.00 | 324.38 | 0.97 | 0.87 |
Hex | FE | BE | E4 | 0 | 19 | A | 0 | 144 | 61 | 57 |
Octal | 376 | 276 | 344 | 0 | 31 | 12 | 0 | 504 | 141 | 127 |
Binary | 11111110 | 10111110 | 11100100 | 0 | 11001 | 1010 | 0 | 101000100 | 1100001 | 1010111 |
Color Harmonies of #FEBEE4
Complementary color
Monochromatic Colors of #FEBEE4
Black with #FEBEE4
Text Example
Text Example
White with #FEBEE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEBEE4; }
p { color: rgb(254,190,228); }
H1.HeaderClassName
{
color: #FEBEE4;
}
.AnyTagClassName
{
color: #FEBEE4;
}
</style>
background-color css
<style>
a { background-color: #FEBEE4; }
a { background-color: rgb(254,190,228); }
div.DivClassName
{
background-color: #FEBEE4;
}
.BgClassName
{
background-color: #FEBEE4;
}
</style>
border-color css
<style>
span { border-color: #FEBEE4; }
span { border-color: rgb(254,190,228); }
td.TdClassName
{
border-color: #FEBEE4;
}
.TagClassName
{
border-color: #FEBEE4;
}
</style>