Shades of Classic Rose #FEC1E7
Tints of Classic Rose #FEC1E7
RGB
CMYK
RGB Variations
Color information
#FEC1E7 (or 0xFEC1E7) is known color: Classic Rose. HEX triplet: FE, C1 and E7. RGB value is (254,193,231). Sum of RGB (Red+Green+Blue) = 254+193+231=678 (89% of max value = 765). Red value is 254 (99.61% from 255 or 37.46% from 678); Green value is 193 (75.78% from 255 or 28.47% from 678); Blue value is 231 (90.62% from 255 or 34.07% from 678); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC1E7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEC1E7 is #013E18. Grayscale: #D7D7D7. Windows color (decimal): -81433 or 15188478. OLE color: 15188478.
HSL color Cylindrical-coordinate representation of color #FEC1E7: hue angle of 322.62º 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 #FEC1E7 is Cyan = 0, Magento = 0.24, Yellow = 0.09 and Black (K on CMYK) = 0.00.
Color convert
RGB | 254 | 193 | 231 | - |
CMYK | 0 | 0.24 | 0.09 | 0.00 |
HSL | 322.62º | 0.97% | 0.88% | - |
HSV(B) | 322.62º | 0.24% | 1% | - |
XYZ | 74.37 | 64.98 | 84.22 | - |
YUV | 215.57 | 136.71 | 155.41 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 254 | 193 | 231 | 0 | 0.24 | 0.09 | 0.00 | 322.62 | 0.97 | 0.88 |
Hex | FE | C1 | E7 | 0 | 18 | 9 | 0 | 143 | 61 | 58 |
Octal | 376 | 301 | 347 | 0 | 30 | 11 | 0 | 503 | 141 | 130 |
Binary | 11111110 | 11000001 | 11100111 | 0 | 11000 | 1001 | 0 | 101000011 | 1100001 | 1011000 |
Color Harmonies of #FEC1E7
Complementary color
Monochromatic Colors of #FEC1E7
Black with #FEC1E7
Text Example
Text Example
White with #FEC1E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC1E7; }
p { color: rgb(254,193,231); }
H1.HeaderClassName
{
color: #FEC1E7;
}
.AnyTagClassName
{
color: #FEC1E7;
}
</style>
background-color css
<style>
a { background-color: #FEC1E7; }
a { background-color: rgb(254,193,231); }
div.DivClassName
{
background-color: #FEC1E7;
}
.BgClassName
{
background-color: #FEC1E7;
}
</style>
border-color css
<style>
span { border-color: #FEC1E7; }
span { border-color: rgb(254,193,231); }
td.TdClassName
{
border-color: #FEC1E7;
}
.TagClassName
{
border-color: #FEC1E7;
}
</style>