Shades of Lavender Blush #FFE3F2
Tints of Lavender Blush #FFE3F2
RGB
CMYK
RGB Variations
Color information
#FFE3F2 (or 0xFFE3F2) is known color: Lavender Blush. HEX triplet: FF, E3 and F2. RGB value is (255,227,242). Sum of RGB (Red+Green+Blue) = 255+227+242=724 (95% of max value = 765). Red value is 255 (100% from 255 or 35.22% from 724); Green value is 227 (89.06% from 255 or 31.35% from 724); Blue value is 242 (94.92% from 255 or 33.43% from 724); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE3F2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFE3F2 is #001C0D. Grayscale: #EDEDED. Windows color (decimal): -7182 or 15918079. OLE color: 15918079.
HSL color Cylindrical-coordinate representation of color #FFE3F2: hue angle of 327.86º degrees, saturation: 1, lightness: 0.95%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #FFE3F2 is Cyan = 0, Magento = 0.11, Yellow = 0.05 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 227 | 242 | - |
| CMYK | 0 | 0.11 | 0.05 | 0 |
| HSL | 327.86º | 1% | 0.95% | - |
| HSV(B) | 327.86º | 0.11% | 1% | - |
| XYZ | 84.74 | 82.61 | 95.48 | - |
| YUV | 237.08 | 130.78 | 140.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 227 | 242 | 0 | 0.11 | 0.05 | 0 | 327.86 | 1 | 0.95 |
| Hex | FF | E3 | F2 | 0 | B | 5 | 0 | 148 | 64 | 5F |
| Octal | 377 | 343 | 362 | 0 | 13 | 5 | 0 | 510 | 144 | 137 |
| Binary | 11111111 | 11100011 | 11110010 | 0 | 1011 | 101 | 0 | 101001000 | 1100100 | 1011111 |
Color Harmonies of #FFE3F2
Complementary color
Monochromatic Colors of #FFE3F2
Black with #FFE3F2
Text Example
Text Example
White with #FFE3F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE3F2; }
p { color: rgb(255,227,242); }
H1.HeaderClassName
{
color: #FFE3F2;
}
.AnyTagClassName
{
color: #FFE3F2;
}
</style>
background-color css
<style>
a { background-color: #FFE3F2; }
a { background-color: rgb(255,227,242); }
div.DivClassName
{
background-color: #FFE3F2;
}
.BgClassName
{
background-color: #FFE3F2;
}
</style>
border-color css
<style>
span { border-color: #FFE3F2; }
span { border-color: rgb(255,227,242); }
td.TdClassName
{
border-color: #FFE3F2;
}
.TagClassName
{
border-color: #FFE3F2;
}
</style>