#F2EBF0

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

Shades of Lavender Blush #F2EBF0

Tints of Lavender Blush #F2EBF0

Color information

#F2EBF0 (or 0xF2EBF0) is unknown color: approx Lavender Blush. HEX triplet: F2, EB and F0. RGB value is (242,235,240). Sum of RGB (Red+Green+Blue) = 242+235+240=717 (94% of max value = 765). Red value is 242 (94.92% from 255 or 33.75% from 717); Green value is 235 (92.19% from 255 or 32.78% from 717); Blue value is 240 (94.14% from 255 or 33.47% from 717); Max value from RGB is 242 - color contains mainly: red. Hex color #F2EBF0 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F2EBF0 is #0D140F. Grayscale: #EDEDED. Windows color (decimal): -857104 or 15789042. OLE color: 15789042.

HSL color Cylindrical-coordinate representation of color #F2EBF0: hue angle of 317.14º degrees, saturation: 0.21, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #F2EBF0 is Cyan = 0, Magento = 0.03, Yellow = 0.01 and Black (K on CMYK) = 0.05.

Color convert

RGB242235240-
CMYK00.030.010.05
HSL317.14º21.21%93.53%-
HSV(B)317.14º2.89%94.9%-
XYZ82.0584.5994.44-
YUV237.66129.32131.09-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 33.75%
GREEN value IS 235 (92.19% from 255) = 32.78%
BLUE value IS 240 (94.14% from 255) = 33.47%
R=33.75%
G=32.78%
B=33.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.01
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24223524000.030.010.05317.1421.2193.53
HexF2EBF0031513d155e
Octal362353360031547525136
Binary1111001011101011111100000111101100111101101011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2EBF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2EBF0; }

 p { color: rgb(242,235,240); }

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

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

 a { background-color: rgb(242,235,240); }

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

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

 span { border-color: rgb(242,235,240); }

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