Shades of Classic Rose #FEBFEB
Tints of Classic Rose #FEBFEB
RGB
CMYK
RGB Variations
Color information
#FEBFEB (or 0xFEBFEB) is known color: Classic Rose. HEX triplet: FE, BF and EB. RGB value is (254,191,235). Sum of RGB (Red+Green+Blue) = 254+191+235=680 (90% of max value = 765). Red value is 254 (99.61% from 255 or 37.35% from 680); Green value is 191 (75% from 255 or 28.09% from 680); Blue value is 235 (92.19% from 255 or 34.56% from 680); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBFEB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEBFEB is #014014. Grayscale: #D6D6D6. Windows color (decimal): -81941 or 15450110. OLE color: 15450110.
HSL color Cylindrical-coordinate representation of color #FEBFEB: hue angle of 318.1º 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 #FEBFEB is Cyan = 0, Magento = 0.25, Yellow = 0.07 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 191 | 235 | - |
| CMYK | 0 | 0.25 | 0.07 | 0.00 |
| HSL | 318.1º | 0.97% | 0.87% | - |
| HSV(B) | 318.1º | 0.25% | 1% | - |
| XYZ | 74.5 | 64.33 | 87.09 | - |
| YUV | 214.85 | 139.37 | 155.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 191 | 235 | 0 | 0.25 | 0.07 | 0.00 | 318.1 | 0.97 | 0.87 |
| Hex | FE | BF | EB | 0 | 19 | 7 | 0 | 13E | 61 | 57 |
| Octal | 376 | 277 | 353 | 0 | 31 | 7 | 0 | 476 | 141 | 127 |
| Binary | 11111110 | 10111111 | 11101011 | 0 | 11001 | 111 | 0 | 100111110 | 1100001 | 1010111 |
Color Harmonies of #FEBFEB
Complementary color
Monochromatic Colors of #FEBFEB
Black with #FEBFEB
Text Example
Text Example
White with #FEBFEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEBFEB; }
p { color: rgb(254,191,235); }
H1.HeaderClassName
{
color: #FEBFEB;
}
.AnyTagClassName
{
color: #FEBFEB;
}
</style>
background-color css
<style>
a { background-color: #FEBFEB; }
a { background-color: rgb(254,191,235); }
div.DivClassName
{
background-color: #FEBFEB;
}
.BgClassName
{
background-color: #FEBFEB;
}
</style>
border-color css
<style>
span { border-color: #FEBFEB; }
span { border-color: rgb(254,191,235); }
td.TdClassName
{
border-color: #FEBFEB;
}
.TagClassName
{
border-color: #FEBFEB;
}
</style>