Html Css Color HEX #F2E5EE Lavender Blush

📋 copy color: '#F2E5EE'

red 242 ◦ green 229 ◦ blue 238

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

Shades of Lavender Blush #F2E5EE

Tints of Lavender Blush #F2E5EE

RGB

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

 GREEN value IS 229 (89.84% from 255) = 32.3%

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

R = 34.13%
G = 32.3%
B = 33.57%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.02

 K value IS 0.05

RGB Variations

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

Color information

#F2E5EE (or 0xF2E5EE) is known color: Lavender Blush. HEX triplet: F2, E5 and EE. RGB value is (242,229,238). Sum of RGB (Red+Green+Blue) = 242+229+238=709 (93% of max value = 765). Red value is 242 (94.92% from 255 or 34.13% from 709); Green value is 229 (89.84% from 255 or 32.30% from 709); Blue value is 238 (93.36% from 255 or 33.57% from 709); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E5EE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2E5EE is #0D1A11. Grayscale: #E9E9E9. Windows color (decimal): -858642 or 15656434. OLE color: 15656434.

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

Color convert

RGB 242 229 238 -
CMYK 0 0.05 0.02 0.05
HSL 318.46º 0.33% 0.92% -
HSV(B) 318.46º 0.05% 0.95% -
XYZ 80.07 81.09 92.32 -
YUV 233.91 130.31 133.77 -
System Red Green Blue C M Y K H S L
Decimal 242 229 238 0 0.05 0.02 0.05 318.46 0.33 0.92
Hex F2 E5 EE 0 5 2 5 13E 21 5C
Octal 362 345 356 0 5 2 5 476 41 134
Binary 11110010 11100101 11101110 0 101 10 101 100111110 100001 1011100

Color Harmonies of #F2E5EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2E5EE

Black with #F2E5EE

Text Example


Text Example

White with #F2E5EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2E5EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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