Shades of Classic Rose #FEC7F0
Tints of Classic Rose #FEC7F0
RGB
CMYK
RGB Variations
Color information
#FEC7F0 (or 0xFEC7F0) is known color: Classic Rose. HEX triplet: FE, C7 and F0. RGB value is (254,199,240). Sum of RGB (Red+Green+Blue) = 254+199+240=693 (91% of max value = 765). Red value is 254 (99.61% from 255 or 36.65% from 693); Green value is 199 (78.12% from 255 or 28.72% from 693); Blue value is 240 (94.14% from 255 or 34.63% from 693); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC7F0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEC7F0 is #01380F. Grayscale: #DCDCDC. Windows color (decimal): -79888 or 15779838. OLE color: 15779838.
HSL color Cylindrical-coordinate representation of color #FEC7F0: hue angle of 315.27º degrees, saturation: 0.96, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #FEC7F0 is Cyan = 0, Magento = 0.22, Yellow = 0.06 and Black (K on CMYK) = 0.00.
Color convert
RGB | 254 | 199 | 240 | - |
CMYK | 0 | 0.22 | 0.06 | 0.00 |
HSL | 315.27º | 0.96% | 0.89% | - |
HSV(B) | 315.27º | 0.22% | 1% | - |
XYZ | 77.02 | 68.21 | 91.54 | - |
YUV | 220.12 | 139.22 | 152.17 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 254 | 199 | 240 | 0 | 0.22 | 0.06 | 0.00 | 315.27 | 0.96 | 0.89 |
Hex | FE | C7 | F0 | 0 | 16 | 6 | 0 | 13B | 60 | 59 |
Octal | 376 | 307 | 360 | 0 | 26 | 6 | 0 | 473 | 140 | 131 |
Binary | 11111110 | 11000111 | 11110000 | 0 | 10110 | 110 | 0 | 100111011 | 1100000 | 1011001 |
Color Harmonies of #FEC7F0
Complementary color
Monochromatic Colors of #FEC7F0
Black with #FEC7F0
Text Example
Text Example
White with #FEC7F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC7F0; }
p { color: rgb(254,199,240); }
H1.HeaderClassName
{
color: #FEC7F0;
}
.AnyTagClassName
{
color: #FEC7F0;
}
</style>
background-color css
<style>
a { background-color: #FEC7F0; }
a { background-color: rgb(254,199,240); }
div.DivClassName
{
background-color: #FEC7F0;
}
.BgClassName
{
background-color: #FEC7F0;
}
</style>
border-color css
<style>
span { border-color: #FEC7F0; }
span { border-color: rgb(254,199,240); }
td.TdClassName
{
border-color: #FEC7F0;
}
.TagClassName
{
border-color: #FEC7F0;
}
</style>