Html Css Color HEX #F2E7EF Lavender Blush

📋 copy color: '#F2E7EF'

red 242 ◦ green 231 ◦ blue 239

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

Shades of Lavender Blush #F2E7EF

Tints of Lavender Blush #F2E7EF

RGB

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

 GREEN value IS 231 (90.63% from 255) = 32.44%

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

R = 33.99%
G = 32.44%
B = 33.57%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.01

 K value IS 0.05

RGB Variations

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

Color information

#F2E7EF (or 0xF2E7EF) is known color: Lavender Blush. HEX triplet: F2, E7 and EF. RGB value is (242,231,239). Sum of RGB (Red+Green+Blue) = 242+231+239=712 (94% of max value = 765). Red value is 242 (94.92% from 255 or 33.99% from 712); Green value is 231 (90.62% from 255 or 32.44% from 712); Blue value is 239 (93.75% from 255 or 33.57% from 712); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E7EF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F2E7EF is #0D1810. Grayscale: #EBEBEB. Windows color (decimal): -858129 or 15722482. OLE color: 15722482.

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

Color convert

RGB 242 231 239 -
CMYK 0 0.05 0.01 0.05
HSL 316.36º 0.3% 0.93% -
HSV(B) 316.36º 0.05% 0.95% -
XYZ 80.77 82.26 93.28 -
YUV 235.2 130.14 132.85 -
System Red Green Blue C M Y K H S L
Decimal 242 231 239 0 0.05 0.01 0.05 316.36 0.3 0.93
Hex F2 E7 EF 0 5 1 5 13C 1E 5D
Octal 362 347 357 0 5 1 5 474 36 135
Binary 11110010 11100111 11101111 0 101 1 101 100111100 11110 1011101

Color Harmonies of #F2E7EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2E7EF

Black with #F2E7EF

Text Example


Text Example

White with #F2E7EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2E7EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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