Shades of Classic Rose #FEC7E6
Tints of Classic Rose #FEC7E6
RGB
CMYK
RGB Variations
Color information
#FEC7E6 (or 0xFEC7E6) is known color: Classic Rose. HEX triplet: FE, C7 and E6. RGB value is (254,199,230). Sum of RGB (Red+Green+Blue) = 254+199+230=683 (90% of max value = 765). Red value is 254 (99.61% from 255 or 37.19% from 683); Green value is 199 (78.12% from 255 or 29.14% from 683); Blue value is 230 (90.23% from 255 or 33.67% from 683); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC7E6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEC7E6 is #013819. Grayscale: #DADADA. Windows color (decimal): -79898 or 15124478. OLE color: 15124478.
HSL color Cylindrical-coordinate representation of color #FEC7E6: hue angle of 326.18º 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 #FEC7E6 is Cyan = 0, Magento = 0.22, Yellow = 0.09 and Black (K on CMYK) = 0.00.
Color convert
RGB | 254 | 199 | 230 | - |
CMYK | 0 | 0.22 | 0.09 | 0.00 |
HSL | 326.18º | 0.96% | 0.89% | - |
HSV(B) | 326.18º | 0.22% | 1% | - |
XYZ | 75.58 | 67.63 | 83.93 | - |
YUV | 218.98 | 134.22 | 152.98 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 254 | 199 | 230 | 0 | 0.22 | 0.09 | 0.00 | 326.18 | 0.96 | 0.89 |
Hex | FE | C7 | E6 | 0 | 16 | 9 | 0 | 146 | 60 | 59 |
Octal | 376 | 307 | 346 | 0 | 26 | 11 | 0 | 506 | 140 | 131 |
Binary | 11111110 | 11000111 | 11100110 | 0 | 10110 | 1001 | 0 | 101000110 | 1100000 | 1011001 |
Color Harmonies of #FEC7E6
Complementary color
Monochromatic Colors of #FEC7E6
Black with #FEC7E6
Text Example
Text Example
White with #FEC7E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC7E6; }
p { color: rgb(254,199,230); }
H1.HeaderClassName
{
color: #FEC7E6;
}
.AnyTagClassName
{
color: #FEC7E6;
}
</style>
background-color css
<style>
a { background-color: #FEC7E6; }
a { background-color: rgb(254,199,230); }
div.DivClassName
{
background-color: #FEC7E6;
}
.BgClassName
{
background-color: #FEC7E6;
}
</style>
border-color css
<style>
span { border-color: #FEC7E6; }
span { border-color: rgb(254,199,230); }
td.TdClassName
{
border-color: #FEC7E6;
}
.TagClassName
{
border-color: #FEC7E6;
}
</style>