Html Css Color HEX #F2E9EE Lavender Blush

📋 copy color: '#F2E9EE'

red 242 ◦ green 233 ◦ blue 238

#F2E9EE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lavender Blush #F2E9EE

Tints of Lavender Blush #F2E9EE

RGB

 RED value IS 242 (94.92% from 255) = 33.94%

 GREEN value IS 233 (91.41% from 255) = 32.68%

 BLUE value IS 238 (93.36% from 255) = 33.38%

R = 33.94%
G = 32.68%
B = 33.38%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.02

 K value IS 0.05

RGB Variations

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

Color information

#F2E9EE (or 0xF2E9EE) is known color: Lavender Blush. HEX triplet: F2, E9 and EE. RGB value is (242,233,238). Sum of RGB (Red+Green+Blue) = 242+233+238=713 (94% of max value = 765). Red value is 242 (94.92% from 255 or 33.94% from 713); Green value is 233 (91.41% from 255 or 32.68% from 713); Blue value is 238 (93.36% from 255 or 33.38% from 713); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E9EE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F2E9EE is #0D1611. Grayscale: #ECECEC. Windows color (decimal): -857618 or 15657458. OLE color: 15657458.

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

Color convert

RGB 242 233 238 -
CMYK 0 0.04 0.02 0.05
HSL 326.67º 0.26% 0.93% -
HSV(B) 326.67º 0.04% 0.95% -
XYZ 81.19 83.33 92.69 -
YUV 236.26 128.98 132.09 -
System Red Green Blue C M Y K H S L
Decimal 242 233 238 0 0.04 0.02 0.05 326.67 0.26 0.93
Hex F2 E9 EE 0 4 2 5 147 1A 5D
Octal 362 351 356 0 4 2 5 507 32 135
Binary 11110010 11101001 11101110 0 100 10 101 101000111 11010 1011101

Color Harmonies of #F2E9EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2E9EE

Black with #F2E9EE

Text Example


Text Example

White with #F2E9EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2E9EE; }

 p { color: rgb(242,233,238); }

 H1.HeaderClassName
 {
   color: #F2E9EE;
 }
 .AnyTagClassName
 {
   color: #F2E9EE;
 }
</style>

background-color css

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

 a { background-color: rgb(242,233,238); }

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

border-color css

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

 span { border-color: rgb(242,233,238); }

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