#F6EFF2

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

Shades of Lavender Blush #F6EFF2

Tints of Lavender Blush #F6EFF2

Color information

#F6EFF2 (or 0xF6EFF2) is unknown color: approx Lavender Blush. HEX triplet: F6, EF and F2. RGB value is (246,239,242). Sum of RGB (Red+Green+Blue) = 246+239+242=727 (96% of max value = 765). Red value is 246 (96.48% from 255 or 33.84% from 727); Green value is 239 (93.75% from 255 or 32.87% from 727); Blue value is 242 (94.92% from 255 or 33.29% from 727); Max value from RGB is 246 - color contains mainly: red. Hex color #F6EFF2 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F6EFF2 is #09100D. Grayscale: #F1F1F1. Windows color (decimal): -593934 or 15921142. OLE color: 15921142.

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

Color convert

RGB246239242-
CMYK00.030.020.04
HSL334.29º28%95.1%-
HSV(B)334.29º2.85%96.47%-
XYZ84.987.7496.46-
YUV241.43128.32131.26-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 33.84%
GREEN value IS 239 (93.75% from 255) = 32.87%
BLUE value IS 242 (94.92% from 255) = 33.29%
R=33.84%
G=32.87%
B=33.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.02
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24623924200.030.020.04334.292895.1
HexF6EFF2032414e1c5f
Octal366357362032451634137
Binary11110110111011111111001001110100101001110111001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6EFF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6EFF2; }

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

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

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

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

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

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

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

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