Shades of Classic Rose #FEC7F2
Tints of Classic Rose #FEC7F2
RGB
CMYK
RGB Variations
Color information
#FEC7F2 (or 0xFEC7F2) is known color: Classic Rose. HEX triplet: FE, C7 and F2. RGB value is (254,199,242). Sum of RGB (Red+Green+Blue) = 254+199+242=695 (92% of max value = 765). Red value is 254 (99.61% from 255 or 36.55% from 695); Green value is 199 (78.12% from 255 or 28.63% from 695); Blue value is 242 (94.92% from 255 or 34.82% from 695); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC7F2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEC7F2 is #01380D. Grayscale: #DCDCDC. Windows color (decimal): -79886 or 15910910. OLE color: 15910910.
HSL color Cylindrical-coordinate representation of color #FEC7F2: hue angle of 313.09º 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 #FEC7F2 is Cyan = 0, Magento = 0.22, Yellow = 0.05 and Black (K on CMYK) = 0.00.
Color convert
RGB | 254 | 199 | 242 | - |
CMYK | 0 | 0.22 | 0.05 | 0.00 |
HSL | 313.09º | 0.96% | 0.89% | - |
HSV(B) | 313.09º | 0.22% | 1% | - |
XYZ | 77.32 | 68.33 | 93.12 | - |
YUV | 220.35 | 140.22 | 152 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 254 | 199 | 242 | 0 | 0.22 | 0.05 | 0.00 | 313.09 | 0.96 | 0.89 |
Hex | FE | C7 | F2 | 0 | 16 | 5 | 0 | 139 | 60 | 59 |
Octal | 376 | 307 | 362 | 0 | 26 | 5 | 0 | 471 | 140 | 131 |
Binary | 11111110 | 11000111 | 11110010 | 0 | 10110 | 101 | 0 | 100111001 | 1100000 | 1011001 |
Color Harmonies of #FEC7F2
Complementary color
Monochromatic Colors of #FEC7F2
Black with #FEC7F2
Text Example
Text Example
White with #FEC7F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC7F2; }
p { color: rgb(254,199,242); }
H1.HeaderClassName
{
color: #FEC7F2;
}
.AnyTagClassName
{
color: #FEC7F2;
}
</style>
background-color css
<style>
a { background-color: #FEC7F2; }
a { background-color: rgb(254,199,242); }
div.DivClassName
{
background-color: #FEC7F2;
}
.BgClassName
{
background-color: #FEC7F2;
}
</style>
border-color css
<style>
span { border-color: #FEC7F2; }
span { border-color: rgb(254,199,242); }
td.TdClassName
{
border-color: #FEC7F2;
}
.TagClassName
{
border-color: #FEC7F2;
}
</style>