Shades of Classic Rose #FEC1EE
Tints of Classic Rose #FEC1EE
RGB
CMYK
RGB Variations
Color information
#FEC1EE (or 0xFEC1EE) is known color: Classic Rose. HEX triplet: FE, C1 and EE. RGB value is (254,193,238). Sum of RGB (Red+Green+Blue) = 254+193+238=685 (90% of max value = 765). Red value is 254 (99.61% from 255 or 37.08% from 685); Green value is 193 (75.78% from 255 or 28.18% from 685); Blue value is 238 (93.36% from 255 or 34.74% from 685); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC1EE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEC1EE is #013E11. Grayscale: #D8D8D8. Windows color (decimal): -81426 or 15647230. OLE color: 15647230.
HSL color Cylindrical-coordinate representation of color #FEC1EE: hue angle of 315.74º 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 #FEC1EE is Cyan = 0, Magento = 0.24, Yellow = 0.06 and Black (K on CMYK) = 0.00.
Color convert
RGB | 254 | 193 | 238 | - |
CMYK | 0 | 0.24 | 0.06 | 0.00 |
HSL | 315.74º | 0.97% | 0.88% | - |
HSV(B) | 315.74º | 0.24% | 1% | - |
XYZ | 75.38 | 65.38 | 89.54 | - |
YUV | 216.37 | 140.21 | 154.84 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 254 | 193 | 238 | 0 | 0.24 | 0.06 | 0.00 | 315.74 | 0.97 | 0.88 |
Hex | FE | C1 | EE | 0 | 18 | 6 | 0 | 13C | 61 | 58 |
Octal | 376 | 301 | 356 | 0 | 30 | 6 | 0 | 474 | 141 | 130 |
Binary | 11111110 | 11000001 | 11101110 | 0 | 11000 | 110 | 0 | 100111100 | 1100001 | 1011000 |
Color Harmonies of #FEC1EE
Complementary color
Monochromatic Colors of #FEC1EE
Black with #FEC1EE
Text Example
Text Example
White with #FEC1EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC1EE; }
p { color: rgb(254,193,238); }
H1.HeaderClassName
{
color: #FEC1EE;
}
.AnyTagClassName
{
color: #FEC1EE;
}
</style>
background-color css
<style>
a { background-color: #FEC1EE; }
a { background-color: rgb(254,193,238); }
div.DivClassName
{
background-color: #FEC1EE;
}
.BgClassName
{
background-color: #FEC1EE;
}
</style>
border-color css
<style>
span { border-color: #FEC1EE; }
span { border-color: rgb(254,193,238); }
td.TdClassName
{
border-color: #FEC1EE;
}
.TagClassName
{
border-color: #FEC1EE;
}
</style>