Html Css Color HEX #F2E9EF Lavender Blush

📋 copy color: '#F2E9EF'

red 242 ◦ green 233 ◦ blue 239

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

Shades of Lavender Blush #F2E9EF

Tints of Lavender Blush #F2E9EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 33.47%

R = 33.89%
G = 32.63%
B = 33.47%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.01

 K value IS 0.05

RGB Variations

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

Color information

#F2E9EF (or 0xF2E9EF) is known color: Lavender Blush. HEX triplet: F2, E9 and EF. RGB value is (242,233,239). Sum of RGB (Red+Green+Blue) = 242+233+239=714 (94% of max value = 765). Red value is 242 (94.92% from 255 or 33.89% from 714); Green value is 233 (91.41% from 255 or 32.63% from 714); Blue value is 239 (93.75% from 255 or 33.47% from 714); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E9EF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F2E9EF is #0D1610. Grayscale: #ECECEC. Windows color (decimal): -857617 or 15722994. OLE color: 15722994.

HSL color Cylindrical-coordinate representation of color #F2E9EF: hue angle of 320º 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 #F2E9EF is Cyan = 0, Magento = 0.04, Yellow = 0.01 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 233 239 -
CMYK 0 0.04 0.01 0.05
HSL 320º 0.26% 0.93% -
HSV(B) 320º 0.04% 0.95% -
XYZ 81.34 83.39 93.47 -
YUV 236.38 129.48 132.01 -
System Red Green Blue C M Y K H S L
Decimal 242 233 239 0 0.04 0.01 0.05 320 0.26 0.93
Hex F2 E9 EF 0 4 1 5 140 1A 5D
Octal 362 351 357 0 4 1 5 500 32 135
Binary 11110010 11101001 11101111 0 100 1 101 101000000 11010 1011101

Color Harmonies of #F2E9EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2E9EF

Black with #F2E9EF

Text Example


Text Example

White with #F2E9EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2E9EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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