#F4EFF2

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

Shades of Lavender Blush #F4EFF2

Tints of Lavender Blush #F4EFF2

Color information

#F4EFF2 (or 0xF4EFF2) is unknown color: approx Lavender Blush. HEX triplet: F4, EF and F2. RGB value is (244,239,242). Sum of RGB (Red+Green+Blue) = 244+239+242=725 (96% of max value = 765). Red value is 244 (95.70% from 255 or 33.66% from 725); Green value is 239 (93.75% from 255 or 32.97% from 725); Blue value is 242 (94.92% from 255 or 33.38% from 725); Max value from RGB is 244 - color contains mainly: red. Hex color #F4EFF2 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F4EFF2 is #0B100D. Grayscale: #F0F0F0. Windows color (decimal): -725006 or 15921140. OLE color: 15921140.

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

Color convert

RGB244239242-
CMYK00.020.010.04
HSL324º18.52%94.71%-
HSV(B)324º2.05%95.69%-
XYZ84.287.3896.43-
YUV240.84128.66130.26-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 33.66%
GREEN value IS 239 (93.75% from 255) = 32.97%
BLUE value IS 242 (94.92% from 255) = 33.38%
R=33.66%
G=32.97%
B=33.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.01
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24423924200.020.010.0432418.5294.71
HexF4EFF20214144135f
Octal364357362021450423137
Binary1111010011101111111100100101100101000100100111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4EFF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4EFF2; }

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

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

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

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

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

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

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

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