Shades of Lavender Rose #FEC2F3
Tints of Lavender Rose #FEC2F3
RGB
CMYK
RGB Variations
Color information
#FEC2F3 (or 0xFEC2F3) is known color: Lavender Rose. HEX triplet: FE, C2 and F3. RGB value is (254,194,243). Sum of RGB (Red+Green+Blue) = 254+194+243=691 (91% of max value = 765). Red value is 254 (99.61% from 255 or 36.76% from 691); Green value is 194 (76.17% from 255 or 28.08% from 691); Blue value is 243 (95.31% from 255 or 35.17% from 691); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC2F3 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEC2F3 is #013D0C. Grayscale: #D9D9D9. Windows color (decimal): -81165 or 15975166. OLE color: 15975166.
HSL color Cylindrical-coordinate representation of color #FEC2F3: hue angle of 311º 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 #FEC2F3 is Cyan = 0, Magento = 0.24, Yellow = 0.04 and Black (K on CMYK) = 0.00.
Color convert
RGB | 254 | 194 | 243 | - |
CMYK | 0 | 0.24 | 0.04 | 0.00 |
HSL | 311º | 0.97% | 0.88% | - |
HSV(B) | 311º | 0.24% | 1% | - |
XYZ | 76.34 | 66.13 | 93.53 | - |
YUV | 217.53 | 142.38 | 154.02 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 254 | 194 | 243 | 0 | 0.24 | 0.04 | 0.00 | 311 | 0.97 | 0.88 |
Hex | FE | C2 | F3 | 0 | 18 | 4 | 0 | 137 | 61 | 58 |
Octal | 376 | 302 | 363 | 0 | 30 | 4 | 0 | 467 | 141 | 130 |
Binary | 11111110 | 11000010 | 11110011 | 0 | 11000 | 100 | 0 | 100110111 | 1100001 | 1011000 |
Color Harmonies of #FEC2F3
Complementary color
Monochromatic Colors of #FEC2F3
Black with #FEC2F3
Text Example
Text Example
White with #FEC2F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC2F3; }
p { color: rgb(254,194,243); }
H1.HeaderClassName
{
color: #FEC2F3;
}
.AnyTagClassName
{
color: #FEC2F3;
}
</style>
background-color css
<style>
a { background-color: #FEC2F3; }
a { background-color: rgb(254,194,243); }
div.DivClassName
{
background-color: #FEC2F3;
}
.BgClassName
{
background-color: #FEC2F3;
}
</style>
border-color css
<style>
span { border-color: #FEC2F3; }
span { border-color: rgb(254,194,243); }
td.TdClassName
{
border-color: #FEC2F3;
}
.TagClassName
{
border-color: #FEC2F3;
}
</style>