#F9EFF2

Color #F9EFF2 Lavender Blush (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lavender Blush #F9EFF2

Tints of Lavender Blush #F9EFF2

Color information

#F9EFF2 (or 0xF9EFF2) is unknown color: approx Lavender Blush. HEX triplet: F9, EF and F2. RGB value is (249,239,242). Sum of RGB (Red+Green+Blue) = 249+239+242=730 (96% of max value = 765). Red value is 249 (97.66% from 255 or 34.11% from 730); Green value is 239 (93.75% from 255 or 32.74% from 730); Blue value is 242 (94.92% from 255 or 33.15% from 730); Max value from RGB is 249 - color contains mainly: red. Hex color #F9EFF2 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F9EFF2 is #06100D. Grayscale: #F2F2F2. Windows color (decimal): -397326 or 15921145. OLE color: 15921145.

HSL color Cylindrical-coordinate representation of color #F9EFF2: hue angle of 342º degrees, saturation: 0.45, lightness: 0.96%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #F9EFF2 is Cyan = 0, Magento = 0.04, Yellow = 0.03 and Black (K on CMYK) = 0.02.

Color convert

RGB249239242-
CMYK00.040.030.02
HSL342º45.45%95.69%-
HSV(B)342º4.02%97.65%-
XYZ85.9688.2896.51-
YUV242.33127.81132.76-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 249 (97.66% from 255) = 34.11%
GREEN value IS 239 (93.75% from 255) = 32.74%
BLUE value IS 242 (94.92% from 255) = 33.15%
R=34.11%
G=32.74%
B=33.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.03
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24923924200.040.030.0234245.4595.69
HexF9EFF204321562d60
Octal371357362043252655140
Binary111110011110111111110010010011101010101101011011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9EFF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9EFF2; }

 p { color: rgb(249,239,242); }

 H1.HeaderClassName
 {
   color: #F9EFF2;
 }
 .AnyTagClassName
 {
   color: #F9EFF2;
 }
</style>
background-color css

<style>
 a { background-color: #F9EFF2; }

 a { background-color: rgb(249,239,242); }

 div.DivClassName
 {
   background-color: #F9EFF2;
 }
 .BgClassName
 {
   background-color: #F9EFF2;
 }
</style>
border-color css

<style>
 span { border-color: #F9EFF2; }

 span { border-color: rgb(249,239,242); }

 td.TdClassName
 {
   border-color: #F9EFF2;
 }
 .TagClassName
 {
   border-color: #F9EFF2;
 }
</style>