Shades of Classic Rose #FEC3F0
Tints of Classic Rose #FEC3F0
RGB
CMYK
RGB Variations
Color information
#FEC3F0 (or 0xFEC3F0) is known color: Classic Rose. HEX triplet: FE, C3 and F0. RGB value is (254,195,240). Sum of RGB (Red+Green+Blue) = 254+195+240=689 (91% of max value = 765). Red value is 254 (99.61% from 255 or 36.87% from 689); Green value is 195 (76.56% from 255 or 28.30% from 689); Blue value is 240 (94.14% from 255 or 34.83% from 689); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC3F0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEC3F0 is #013C0F. Grayscale: #D9D9D9. Windows color (decimal): -80912 or 15778814. OLE color: 15778814.
HSL color Cylindrical-coordinate representation of color #FEC3F0: hue angle of 314.24º degrees, saturation: 0.97, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #FEC3F0 is Cyan = 0, Magento = 0.23, Yellow = 0.06 and Black (K on CMYK) = 0.00.
Color convert
RGB | 254 | 195 | 240 | - |
CMYK | 0 | 0.23 | 0.06 | 0.00 |
HSL | 314.24º | 0.97% | 0.88% | - |
HSV(B) | 314.24º | 0.23% | 1% | - |
XYZ | 76.12 | 66.39 | 91.24 | - |
YUV | 217.77 | 140.55 | 153.84 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 254 | 195 | 240 | 0 | 0.23 | 0.06 | 0.00 | 314.24 | 0.97 | 0.88 |
Hex | FE | C3 | F0 | 0 | 17 | 6 | 0 | 13A | 61 | 58 |
Octal | 376 | 303 | 360 | 0 | 27 | 6 | 0 | 472 | 141 | 130 |
Binary | 11111110 | 11000011 | 11110000 | 0 | 10111 | 110 | 0 | 100111010 | 1100001 | 1011000 |
Color Harmonies of #FEC3F0
Complementary color
Monochromatic Colors of #FEC3F0
Black with #FEC3F0
Text Example
Text Example
White with #FEC3F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC3F0; }
p { color: rgb(254,195,240); }
H1.HeaderClassName
{
color: #FEC3F0;
}
.AnyTagClassName
{
color: #FEC3F0;
}
</style>
background-color css
<style>
a { background-color: #FEC3F0; }
a { background-color: rgb(254,195,240); }
div.DivClassName
{
background-color: #FEC3F0;
}
.BgClassName
{
background-color: #FEC3F0;
}
</style>
border-color css
<style>
span { border-color: #FEC3F0; }
span { border-color: rgb(254,195,240); }
td.TdClassName
{
border-color: #FEC3F0;
}
.TagClassName
{
border-color: #FEC3F0;
}
</style>