Shades of Classic Rose #FEC3E7
Tints of Classic Rose #FEC3E7
RGB
CMYK
RGB Variations
Color information
#FEC3E7 (or 0xFEC3E7) is known color: Classic Rose. HEX triplet: FE, C3 and E7. RGB value is (254,195,231). Sum of RGB (Red+Green+Blue) = 254+195+231=680 (90% of max value = 765). Red value is 254 (99.61% from 255 or 37.35% from 680); Green value is 195 (76.56% from 255 or 28.68% from 680); Blue value is 231 (90.62% from 255 or 33.97% from 680); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC3E7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEC3E7 is #013C18. Grayscale: #D8D8D8. Windows color (decimal): -80921 or 15188990. OLE color: 15188990.
HSL color Cylindrical-coordinate representation of color #FEC3E7: hue angle of 323.39º 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 #FEC3E7 is Cyan = 0, Magento = 0.23, Yellow = 0.09 and Black (K on CMYK) = 0.00.
Color convert
RGB | 254 | 195 | 231 | - |
CMYK | 0 | 0.23 | 0.09 | 0.00 |
HSL | 323.39º | 0.97% | 0.88% | - |
HSV(B) | 323.39º | 0.23% | 1% | - |
XYZ | 74.81 | 65.87 | 84.37 | - |
YUV | 216.75 | 136.05 | 154.57 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 254 | 195 | 231 | 0 | 0.23 | 0.09 | 0.00 | 323.39 | 0.97 | 0.88 |
Hex | FE | C3 | E7 | 0 | 17 | 9 | 0 | 143 | 61 | 58 |
Octal | 376 | 303 | 347 | 0 | 27 | 11 | 0 | 503 | 141 | 130 |
Binary | 11111110 | 11000011 | 11100111 | 0 | 10111 | 1001 | 0 | 101000011 | 1100001 | 1011000 |
Color Harmonies of #FEC3E7
Complementary color
Monochromatic Colors of #FEC3E7
Black with #FEC3E7
Text Example
Text Example
White with #FEC3E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC3E7; }
p { color: rgb(254,195,231); }
H1.HeaderClassName
{
color: #FEC3E7;
}
.AnyTagClassName
{
color: #FEC3E7;
}
</style>
background-color css
<style>
a { background-color: #FEC3E7; }
a { background-color: rgb(254,195,231); }
div.DivClassName
{
background-color: #FEC3E7;
}
.BgClassName
{
background-color: #FEC3E7;
}
</style>
border-color css
<style>
span { border-color: #FEC3E7; }
span { border-color: rgb(254,195,231); }
td.TdClassName
{
border-color: #FEC3E7;
}
.TagClassName
{
border-color: #FEC3E7;
}
</style>