Shades of Lavender Rose #FEC3F5
Tints of Lavender Rose #FEC3F5
RGB
CMYK
RGB Variations
Color information
#FEC3F5 (or 0xFEC3F5) is known color: Lavender Rose. HEX triplet: FE, C3 and F5. RGB value is (254,195,245). Sum of RGB (Red+Green+Blue) = 254+195+245=694 (91% of max value = 765). Red value is 254 (99.61% from 255 or 36.60% from 694); Green value is 195 (76.56% from 255 or 28.10% from 694); Blue value is 245 (96.09% from 255 or 35.30% from 694); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC3F5 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEC3F5 is #013C0A. Grayscale: #DADADA. Windows color (decimal): -80907 or 16106494. OLE color: 16106494.
HSL color Cylindrical-coordinate representation of color #FEC3F5: hue angle of 309.15º 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 #FEC3F5 is Cyan = 0, Magento = 0.23, Yellow = 0.04 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 195 | 245 | - |
| CMYK | 0 | 0.23 | 0.04 | 0.00 |
| HSL | 309.15º | 0.97% | 0.88% | - |
| HSV(B) | 309.15º | 0.23% | 1% | - |
| XYZ | 76.87 | 66.69 | 95.21 | - |
| YUV | 218.34 | 143.05 | 153.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 195 | 245 | 0 | 0.23 | 0.04 | 0.00 | 309.15 | 0.97 | 0.88 |
| Hex | FE | C3 | F5 | 0 | 17 | 4 | 0 | 135 | 61 | 58 |
| Octal | 376 | 303 | 365 | 0 | 27 | 4 | 0 | 465 | 141 | 130 |
| Binary | 11111110 | 11000011 | 11110101 | 0 | 10111 | 100 | 0 | 100110101 | 1100001 | 1011000 |
Color Harmonies of #FEC3F5
Complementary color
Monochromatic Colors of #FEC3F5
Black with #FEC3F5
Text Example
Text Example
White with #FEC3F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC3F5; }
p { color: rgb(254,195,245); }
H1.HeaderClassName
{
color: #FEC3F5;
}
.AnyTagClassName
{
color: #FEC3F5;
}
</style>
background-color css
<style>
a { background-color: #FEC3F5; }
a { background-color: rgb(254,195,245); }
div.DivClassName
{
background-color: #FEC3F5;
}
.BgClassName
{
background-color: #FEC3F5;
}
</style>
border-color css
<style>
span { border-color: #FEC3F5; }
span { border-color: rgb(254,195,245); }
td.TdClassName
{
border-color: #FEC3F5;
}
.TagClassName
{
border-color: #FEC3F5;
}
</style>