#F6E7F2

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

Shades of Lavender Blush #F6E7F2

Tints of Lavender Blush #F6E7F2

Color information

#F6E7F2 (or 0xF6E7F2) is unknown color: approx Lavender Blush. HEX triplet: F6, E7 and F2. RGB value is (246,231,242). Sum of RGB (Red+Green+Blue) = 246+231+242=719 (95% of max value = 765). Red value is 246 (96.48% from 255 or 34.21% from 719); Green value is 231 (90.62% from 255 or 32.13% from 719); Blue value is 242 (94.92% from 255 or 33.66% from 719); Max value from RGB is 246 - color contains mainly: red. Hex color #F6E7F2 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F6E7F2 is #09180D. Grayscale: #ECECEC. Windows color (decimal): -595982 or 15919094. OLE color: 15919094.

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

Color convert

RGB246231242-
CMYK00.060.020.04
HSL316º45.45%93.53%-
HSV(B)316º6.1%96.47%-
XYZ82.6183.1695.7-
YUV236.74130.97134.61-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 34.21%
GREEN value IS 231 (90.62% from 255) = 32.13%
BLUE value IS 242 (94.92% from 255) = 33.66%
R=34.21%
G=32.13%
B=33.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.02
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24623124200.060.020.0431645.4593.53
HexF6E7F2062413c2d5e
Octal366347362062447455136
Binary1111011011100111111100100110101001001111001011011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6E7F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6E7F2; }

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

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

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

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

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

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

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

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