Shades of Classic Rose #FEC1E6
Tints of Classic Rose #FEC1E6
RGB
CMYK
RGB Variations
Color information
#FEC1E6 (or 0xFEC1E6) is known color: Classic Rose. HEX triplet: FE, C1 and E6. RGB value is (254,193,230). Sum of RGB (Red+Green+Blue) = 254+193+230=677 (89% of max value = 765). Red value is 254 (99.61% from 255 or 37.52% from 677); Green value is 193 (75.78% from 255 or 28.51% from 677); Blue value is 230 (90.23% from 255 or 33.97% from 677); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC1E6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEC1E6 is #013E19. Grayscale: #D7D7D7. Windows color (decimal): -81434 or 15122942. OLE color: 15122942.
HSL color Cylindrical-coordinate representation of color #FEC1E6: hue angle of 323.61º 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 #FEC1E6 is Cyan = 0, Magento = 0.24, Yellow = 0.09 and Black (K on CMYK) = 0.00.
Color convert
RGB | 254 | 193 | 230 | - |
CMYK | 0 | 0.24 | 0.09 | 0.00 |
HSL | 323.61º | 0.97% | 0.88% | - |
HSV(B) | 323.61º | 0.24% | 1% | - |
XYZ | 74.23 | 64.92 | 83.48 | - |
YUV | 215.46 | 136.21 | 155.49 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 254 | 193 | 230 | 0 | 0.24 | 0.09 | 0.00 | 323.61 | 0.97 | 0.88 |
Hex | FE | C1 | E6 | 0 | 18 | 9 | 0 | 144 | 61 | 58 |
Octal | 376 | 301 | 346 | 0 | 30 | 11 | 0 | 504 | 141 | 130 |
Binary | 11111110 | 11000001 | 11100110 | 0 | 11000 | 1001 | 0 | 101000100 | 1100001 | 1011000 |
Color Harmonies of #FEC1E6
Complementary color
Monochromatic Colors of #FEC1E6
Black with #FEC1E6
Text Example
Text Example
White with #FEC1E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC1E6; }
p { color: rgb(254,193,230); }
H1.HeaderClassName
{
color: #FEC1E6;
}
.AnyTagClassName
{
color: #FEC1E6;
}
</style>
background-color css
<style>
a { background-color: #FEC1E6; }
a { background-color: rgb(254,193,230); }
div.DivClassName
{
background-color: #FEC1E6;
}
.BgClassName
{
background-color: #FEC1E6;
}
</style>
border-color css
<style>
span { border-color: #FEC1E6; }
span { border-color: rgb(254,193,230); }
td.TdClassName
{
border-color: #FEC1E6;
}
.TagClassName
{
border-color: #FEC1E6;
}
</style>