Shades of Classic Rose #FEC8F0
Tints of Classic Rose #FEC8F0
RGB
CMYK
RGB Variations
Color information
#FEC8F0 (or 0xFEC8F0) is known color: Classic Rose. HEX triplet: FE, C8 and F0. RGB value is (254,200,240). Sum of RGB (Red+Green+Blue) = 254+200+240=694 (91% of max value = 765). Red value is 254 (99.61% from 255 or 36.60% from 694); Green value is 200 (78.52% from 255 or 28.82% from 694); Blue value is 240 (94.14% from 255 or 34.58% from 694); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC8F0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEC8F0 is #01370F. Grayscale: #DCDCDC. Windows color (decimal): -79632 or 15780094. OLE color: 15780094.
HSL color Cylindrical-coordinate representation of color #FEC8F0: hue angle of 315.56º degrees, saturation: 0.96, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #FEC8F0 is Cyan = 0, Magento = 0.21, Yellow = 0.06 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 200 | 240 | - |
| CMYK | 0 | 0.21 | 0.06 | 0.00 |
| HSL | 315.56º | 0.96% | 0.89% | - |
| HSV(B) | 315.56º | 0.21% | 1% | - |
| XYZ | 77.26 | 68.67 | 91.62 | - |
| YUV | 220.71 | 138.89 | 151.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 200 | 240 | 0 | 0.21 | 0.06 | 0.00 | 315.56 | 0.96 | 0.89 |
| Hex | FE | C8 | F0 | 0 | 15 | 6 | 0 | 13C | 60 | 59 |
| Octal | 376 | 310 | 360 | 0 | 25 | 6 | 0 | 474 | 140 | 131 |
| Binary | 11111110 | 11001000 | 11110000 | 0 | 10101 | 110 | 0 | 100111100 | 1100000 | 1011001 |
Color Harmonies of #FEC8F0
Complementary color
Monochromatic Colors of #FEC8F0
Black with #FEC8F0
Text Example
Text Example
White with #FEC8F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC8F0; }
p { color: rgb(254,200,240); }
H1.HeaderClassName
{
color: #FEC8F0;
}
.AnyTagClassName
{
color: #FEC8F0;
}
</style>
background-color css
<style>
a { background-color: #FEC8F0; }
a { background-color: rgb(254,200,240); }
div.DivClassName
{
background-color: #FEC8F0;
}
.BgClassName
{
background-color: #FEC8F0;
}
</style>
border-color css
<style>
span { border-color: #FEC8F0; }
span { border-color: rgb(254,200,240); }
td.TdClassName
{
border-color: #FEC8F0;
}
.TagClassName
{
border-color: #FEC8F0;
}
</style>