Shades of Classic Rose #FEBFEA
Tints of Classic Rose #FEBFEA
RGB
CMYK
RGB Variations
Color information
#FEBFEA (or 0xFEBFEA) is known color: Classic Rose. HEX triplet: FE, BF and EA. RGB value is (254,191,234). Sum of RGB (Red+Green+Blue) = 254+191+234=679 (89% of max value = 765). Red value is 254 (99.61% from 255 or 37.41% from 679); Green value is 191 (75% from 255 or 28.13% from 679); Blue value is 234 (91.80% from 255 or 34.46% from 679); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBFEA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEBFEA is #014015. Grayscale: #D6D6D6. Windows color (decimal): -81942 or 15384574. OLE color: 15384574.
HSL color Cylindrical-coordinate representation of color #FEBFEA: hue angle of 319.05º 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 #FEBFEA is Cyan = 0, Magento = 0.25, Yellow = 0.08 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 191 | 234 | - |
| CMYK | 0 | 0.25 | 0.08 | 0.00 |
| HSL | 319.05º | 0.97% | 0.87% | - |
| HSV(B) | 319.05º | 0.25% | 1% | - |
| XYZ | 74.36 | 64.27 | 86.33 | - |
| YUV | 214.74 | 138.87 | 156 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 191 | 234 | 0 | 0.25 | 0.08 | 0.00 | 319.05 | 0.97 | 0.87 |
| Hex | FE | BF | EA | 0 | 19 | 8 | 0 | 13F | 61 | 57 |
| Octal | 376 | 277 | 352 | 0 | 31 | 10 | 0 | 477 | 141 | 127 |
| Binary | 11111110 | 10111111 | 11101010 | 0 | 11001 | 1000 | 0 | 100111111 | 1100001 | 1010111 |
Color Harmonies of #FEBFEA
Complementary color
Monochromatic Colors of #FEBFEA
Black with #FEBFEA
Text Example
Text Example
White with #FEBFEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEBFEA; }
p { color: rgb(254,191,234); }
H1.HeaderClassName
{
color: #FEBFEA;
}
.AnyTagClassName
{
color: #FEBFEA;
}
</style>
background-color css
<style>
a { background-color: #FEBFEA; }
a { background-color: rgb(254,191,234); }
div.DivClassName
{
background-color: #FEBFEA;
}
.BgClassName
{
background-color: #FEBFEA;
}
</style>
border-color css
<style>
span { border-color: #FEBFEA; }
span { border-color: rgb(254,191,234); }
td.TdClassName
{
border-color: #FEBFEA;
}
.TagClassName
{
border-color: #FEBFEA;
}
</style>