Shades of Lavender Rose #FEC4F3
Tints of Lavender Rose #FEC4F3
RGB
CMYK
RGB Variations
Color information
#FEC4F3 (or 0xFEC4F3) is known color: Lavender Rose. HEX triplet: FE, C4 and F3. RGB value is (254,196,243). Sum of RGB (Red+Green+Blue) = 254+196+243=693 (91% of max value = 765). Red value is 254 (99.61% from 255 or 36.65% from 693); Green value is 196 (76.95% from 255 or 28.28% from 693); Blue value is 243 (95.31% from 255 or 35.06% from 693); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC4F3 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEC4F3 is #013B0C. Grayscale: #DADADA. Windows color (decimal): -80653 or 15975678. OLE color: 15975678.
HSL color Cylindrical-coordinate representation of color #FEC4F3: hue angle of 311.38º 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 #FEC4F3 is Cyan = 0, Magento = 0.23, Yellow = 0.04 and Black (K on CMYK) = 0.00.
Color convert
RGB | 254 | 196 | 243 | - |
CMYK | 0 | 0.23 | 0.04 | 0.00 |
HSL | 311.38º | 0.97% | 0.88% | - |
HSV(B) | 311.38º | 0.23% | 1% | - |
XYZ | 76.79 | 67.02 | 93.68 | - |
YUV | 218.7 | 141.72 | 153.18 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 254 | 196 | 243 | 0 | 0.23 | 0.04 | 0.00 | 311.38 | 0.97 | 0.88 |
Hex | FE | C4 | F3 | 0 | 17 | 4 | 0 | 137 | 61 | 58 |
Octal | 376 | 304 | 363 | 0 | 27 | 4 | 0 | 467 | 141 | 130 |
Binary | 11111110 | 11000100 | 11110011 | 0 | 10111 | 100 | 0 | 100110111 | 1100001 | 1011000 |
Color Harmonies of #FEC4F3
Complementary color
Monochromatic Colors of #FEC4F3
Black with #FEC4F3
Text Example
Text Example
White with #FEC4F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC4F3; }
p { color: rgb(254,196,243); }
H1.HeaderClassName
{
color: #FEC4F3;
}
.AnyTagClassName
{
color: #FEC4F3;
}
</style>
background-color css
<style>
a { background-color: #FEC4F3; }
a { background-color: rgb(254,196,243); }
div.DivClassName
{
background-color: #FEC4F3;
}
.BgClassName
{
background-color: #FEC4F3;
}
</style>
border-color css
<style>
span { border-color: #FEC4F3; }
span { border-color: rgb(254,196,243); }
td.TdClassName
{
border-color: #FEC4F3;
}
.TagClassName
{
border-color: #FEC4F3;
}
</style>