Shades of Lavender Rose #FEC3F2
Tints of Lavender Rose #FEC3F2
RGB
CMYK
RGB Variations
Color information
#FEC3F2 (or 0xFEC3F2) is known color: Lavender Rose. HEX triplet: FE, C3 and F2. RGB value is (254,195,242). Sum of RGB (Red+Green+Blue) = 254+195+242=691 (91% of max value = 765). Red value is 254 (99.61% from 255 or 36.76% from 691); Green value is 195 (76.56% from 255 or 28.22% from 691); Blue value is 242 (94.92% from 255 or 35.02% from 691); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC3F2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEC3F2 is #013C0D. Grayscale: #D9D9D9. Windows color (decimal): -80910 or 15909886. OLE color: 15909886.
HSL color Cylindrical-coordinate representation of color #FEC3F2: hue angle of 312.2º 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 #FEC3F2 is Cyan = 0, Magento = 0.23, Yellow = 0.05 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 195 | 242 | - |
| CMYK | 0 | 0.23 | 0.05 | 0.00 |
| HSL | 312.2º | 0.97% | 0.88% | - |
| HSV(B) | 312.2º | 0.23% | 1% | - |
| XYZ | 76.42 | 66.51 | 92.81 | - |
| YUV | 218 | 141.55 | 153.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 195 | 242 | 0 | 0.23 | 0.05 | 0.00 | 312.2 | 0.97 | 0.88 |
| Hex | FE | C3 | F2 | 0 | 17 | 5 | 0 | 138 | 61 | 58 |
| Octal | 376 | 303 | 362 | 0 | 27 | 5 | 0 | 470 | 141 | 130 |
| Binary | 11111110 | 11000011 | 11110010 | 0 | 10111 | 101 | 0 | 100111000 | 1100001 | 1011000 |
Color Harmonies of #FEC3F2
Complementary color
Monochromatic Colors of #FEC3F2
Black with #FEC3F2
Text Example
Text Example
White with #FEC3F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC3F2; }
p { color: rgb(254,195,242); }
H1.HeaderClassName
{
color: #FEC3F2;
}
.AnyTagClassName
{
color: #FEC3F2;
}
</style>
background-color css
<style>
a { background-color: #FEC3F2; }
a { background-color: rgb(254,195,242); }
div.DivClassName
{
background-color: #FEC3F2;
}
.BgClassName
{
background-color: #FEC3F2;
}
</style>
border-color css
<style>
span { border-color: #FEC3F2; }
span { border-color: rgb(254,195,242); }
td.TdClassName
{
border-color: #FEC3F2;
}
.TagClassName
{
border-color: #FEC3F2;
}
</style>