Shades of Lavender Blush #F3EFF2
Tints of Lavender Blush #F3EFF2
RGB
CMYK
RGB Variations
Color information
#F3EFF2 (or 0xF3EFF2) is known color: Lavender Blush. HEX triplet: F3, EF and F2. RGB value is (243,239,242). Sum of RGB (Red+Green+Blue) = 243+239+242=724 (95% of max value = 765). Red value is 243 (95.31% from 255 or 33.56% from 724); Green value is 239 (93.75% from 255 or 33.01% from 724); Blue value is 242 (94.92% from 255 or 33.43% from 724); Max value from RGB is 243 - color contains mainly: red. Hex color #F3EFF2 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F3EFF2 is #0C100D. Grayscale: #F0F0F0. Windows color (decimal): -790542 or 15921139. OLE color: 15921139.
HSL color Cylindrical-coordinate representation of color #F3EFF2: hue angle of 315º degrees, saturation: 0.14, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #F3EFF2 is Cyan = 0, Magento = 0.02, Yellow = 0.00 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 239 | 242 | - |
| CMYK | 0 | 0.02 | 0.00 | 0.05 |
| HSL | 315º | 0.14% | 0.95% | - |
| HSV(B) | 315º | 0.02% | 0.95% | - |
| XYZ | 83.86 | 87.2 | 96.42 | - |
| YUV | 240.54 | 128.83 | 129.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 239 | 242 | 0 | 0.02 | 0.00 | 0.05 | 315 | 0.14 | 0.95 |
| Hex | F3 | EF | F2 | 0 | 2 | 0 | 5 | 13B | E | 5F |
| Octal | 363 | 357 | 362 | 0 | 2 | 0 | 5 | 473 | 16 | 137 |
| Binary | 11110011 | 11101111 | 11110010 | 0 | 10 | 0 | 101 | 100111011 | 1110 | 1011111 |
Color Harmonies of #F3EFF2
Complementary color
Monochromatic Colors of #F3EFF2
Black with #F3EFF2
Text Example
Text Example
White with #F3EFF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3EFF2; }
p { color: rgb(243,239,242); }
H1.HeaderClassName
{
color: #F3EFF2;
}
.AnyTagClassName
{
color: #F3EFF2;
}
</style>
background-color css
<style>
a { background-color: #F3EFF2; }
a { background-color: rgb(243,239,242); }
div.DivClassName
{
background-color: #F3EFF2;
}
.BgClassName
{
background-color: #F3EFF2;
}
</style>
border-color css
<style>
span { border-color: #F3EFF2; }
span { border-color: rgb(243,239,242); }
td.TdClassName
{
border-color: #F3EFF2;
}
.TagClassName
{
border-color: #F3EFF2;
}
</style>