Shades of Classic Rose #FEC7E4
Tints of Classic Rose #FEC7E4
RGB
CMYK
RGB Variations
Color information
#FEC7E4 (or 0xFEC7E4) is known color: Classic Rose. HEX triplet: FE, C7 and E4. RGB value is (254,199,228). Sum of RGB (Red+Green+Blue) = 254+199+228=681 (90% of max value = 765). Red value is 254 (99.61% from 255 or 37.30% from 681); Green value is 199 (78.12% from 255 or 29.22% from 681); Blue value is 228 (89.45% from 255 or 33.48% from 681); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC7E4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEC7E4 is #01381B. Grayscale: #DADADA. Windows color (decimal): -79900 or 14993406. OLE color: 14993406.
HSL color Cylindrical-coordinate representation of color #FEC7E4: hue angle of 328.36º 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 #FEC7E4 is Cyan = 0, Magento = 0.22, Yellow = 0.10 and Black (K on CMYK) = 0.00.
Color convert
RGB | 254 | 199 | 228 | - |
CMYK | 0 | 0.22 | 0.10 | 0.00 |
HSL | 328.36º | 0.96% | 0.89% | - |
HSV(B) | 328.36º | 0.22% | 1% | - |
XYZ | 75.3 | 67.52 | 82.46 | - |
YUV | 218.75 | 133.22 | 153.14 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 254 | 199 | 228 | 0 | 0.22 | 0.10 | 0.00 | 328.36 | 0.96 | 0.89 |
Hex | FE | C7 | E4 | 0 | 16 | A | 0 | 148 | 60 | 59 |
Octal | 376 | 307 | 344 | 0 | 26 | 12 | 0 | 510 | 140 | 131 |
Binary | 11111110 | 11000111 | 11100100 | 0 | 10110 | 1010 | 0 | 101001000 | 1100000 | 1011001 |
Color Harmonies of #FEC7E4
Complementary color
Monochromatic Colors of #FEC7E4
Black with #FEC7E4
Text Example
Text Example
White with #FEC7E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC7E4; }
p { color: rgb(254,199,228); }
H1.HeaderClassName
{
color: #FEC7E4;
}
.AnyTagClassName
{
color: #FEC7E4;
}
</style>
background-color css
<style>
a { background-color: #FEC7E4; }
a { background-color: rgb(254,199,228); }
div.DivClassName
{
background-color: #FEC7E4;
}
.BgClassName
{
background-color: #FEC7E4;
}
</style>
border-color css
<style>
span { border-color: #FEC7E4; }
span { border-color: rgb(254,199,228); }
td.TdClassName
{
border-color: #FEC7E4;
}
.TagClassName
{
border-color: #FEC7E4;
}
</style>