Shades of Classic Rose #FEBFEC
Tints of Classic Rose #FEBFEC
RGB
CMYK
RGB Variations
Color information
#FEBFEC (or 0xFEBFEC) is known color: Classic Rose. HEX triplet: FE, BF and EC. RGB value is (254,191,236). Sum of RGB (Red+Green+Blue) = 254+191+236=681 (90% of max value = 765). Red value is 254 (99.61% from 255 or 37.30% from 681); Green value is 191 (75% from 255 or 28.05% from 681); Blue value is 236 (92.58% from 255 or 34.65% from 681); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBFEC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEBFEC is #014013. Grayscale: #D6D6D6. Windows color (decimal): -81940 or 15515646. OLE color: 15515646.
HSL color Cylindrical-coordinate representation of color #FEBFEC: hue angle of 317.14º 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 #FEBFEC is Cyan = 0, Magento = 0.25, Yellow = 0.07 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 191 | 236 | - |
| CMYK | 0 | 0.25 | 0.07 | 0.00 |
| HSL | 317.14º | 0.97% | 0.87% | - |
| HSV(B) | 317.14º | 0.25% | 1% | - |
| XYZ | 74.64 | 64.39 | 87.85 | - |
| YUV | 214.97 | 139.87 | 155.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 191 | 236 | 0 | 0.25 | 0.07 | 0.00 | 317.14 | 0.97 | 0.87 |
| Hex | FE | BF | EC | 0 | 19 | 7 | 0 | 13D | 61 | 57 |
| Octal | 376 | 277 | 354 | 0 | 31 | 7 | 0 | 475 | 141 | 127 |
| Binary | 11111110 | 10111111 | 11101100 | 0 | 11001 | 111 | 0 | 100111101 | 1100001 | 1010111 |
Color Harmonies of #FEBFEC
Complementary color
Monochromatic Colors of #FEBFEC
Black with #FEBFEC
Text Example
Text Example
White with #FEBFEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEBFEC; }
p { color: rgb(254,191,236); }
H1.HeaderClassName
{
color: #FEBFEC;
}
.AnyTagClassName
{
color: #FEBFEC;
}
</style>
background-color css
<style>
a { background-color: #FEBFEC; }
a { background-color: rgb(254,191,236); }
div.DivClassName
{
background-color: #FEBFEC;
}
.BgClassName
{
background-color: #FEBFEC;
}
</style>
border-color css
<style>
span { border-color: #FEBFEC; }
span { border-color: rgb(254,191,236); }
td.TdClassName
{
border-color: #FEBFEC;
}
.TagClassName
{
border-color: #FEBFEC;
}
</style>