Shades of Classic Rose #FEC1ED
Tints of Classic Rose #FEC1ED
RGB
CMYK
RGB Variations
Color information
#FEC1ED (or 0xFEC1ED) is known color: Classic Rose. HEX triplet: FE, C1 and ED. RGB value is (254,193,237). Sum of RGB (Red+Green+Blue) = 254+193+237=684 (90% of max value = 765). Red value is 254 (99.61% from 255 or 37.13% from 684); Green value is 193 (75.78% from 255 or 28.22% from 684); Blue value is 237 (92.97% from 255 or 34.65% from 684); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC1ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEC1ED is #013E12. Grayscale: #D8D8D8. Windows color (decimal): -81427 or 15581694. OLE color: 15581694.
HSL color Cylindrical-coordinate representation of color #FEC1ED: hue angle of 316.72º degrees, saturation: 0.97, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #FEC1ED is Cyan = 0, Magento = 0.24, Yellow = 0.07 and Black (K on CMYK) = 0.00.
Color convert
RGB | 254 | 193 | 237 | - |
CMYK | 0 | 0.24 | 0.07 | 0.00 |
HSL | 316.72º | 0.97% | 0.88% | - |
HSV(B) | 316.72º | 0.24% | 1% | - |
XYZ | 75.23 | 65.33 | 88.76 | - |
YUV | 216.26 | 139.71 | 154.92 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 254 | 193 | 237 | 0 | 0.24 | 0.07 | 0.00 | 316.72 | 0.97 | 0.88 |
Hex | FE | C1 | ED | 0 | 18 | 7 | 0 | 13D | 61 | 58 |
Octal | 376 | 301 | 355 | 0 | 30 | 7 | 0 | 475 | 141 | 130 |
Binary | 11111110 | 11000001 | 11101101 | 0 | 11000 | 111 | 0 | 100111101 | 1100001 | 1011000 |
Color Harmonies of #FEC1ED
Complementary color
Monochromatic Colors of #FEC1ED
Black with #FEC1ED
Text Example
Text Example
White with #FEC1ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC1ED; }
p { color: rgb(254,193,237); }
H1.HeaderClassName
{
color: #FEC1ED;
}
.AnyTagClassName
{
color: #FEC1ED;
}
</style>
background-color css
<style>
a { background-color: #FEC1ED; }
a { background-color: rgb(254,193,237); }
div.DivClassName
{
background-color: #FEC1ED;
}
.BgClassName
{
background-color: #FEC1ED;
}
</style>
border-color css
<style>
span { border-color: #FEC1ED; }
span { border-color: rgb(254,193,237); }
td.TdClassName
{
border-color: #FEC1ED;
}
.TagClassName
{
border-color: #FEC1ED;
}
</style>