Html Css Color HEX #FEE0F4 Lavender Blush

📋 copy color: '#FEE0F4'

red 254 ◦ green 224 ◦ blue 244

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

Shades of Lavender Blush #FEE0F4

Tints of Lavender Blush #FEE0F4

RGB

 RED value IS 254 (99.61% from 255) = 35.18%

 GREEN value IS 224 (87.89% from 255) = 31.02%

 BLUE value IS 244 (95.7% from 255) = 33.8%

R = 35.18%
G = 31.02%
B = 33.8%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.04

 K value IS 0.00

RGB Variations

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

Color information

#FEE0F4 (or 0xFEE0F4) is known color: Lavender Blush. HEX triplet: FE, E0 and F4. RGB value is (254,224,244). Sum of RGB (Red+Green+Blue) = 254+224+244=722 (95% of max value = 765). Red value is 254 (99.61% from 255 or 35.18% from 722); Green value is 224 (87.89% from 255 or 31.02% from 722); Blue value is 244 (95.70% from 255 or 33.80% from 722); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE0F4 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEE0F4 is #011F0B. Grayscale: #EBEBEB. Windows color (decimal): -73484 or 16048382. OLE color: 16048382.

HSL color Cylindrical-coordinate representation of color #FEE0F4: hue angle of 320º degrees, saturation: 0.94, lightness: 0.94%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #FEE0F4 is Cyan = 0, Magento = 0.12, Yellow = 0.04 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 224 244 -
CMYK 0 0.12 0.04 0.00
HSL 320º 0.94% 0.94% -
HSV(B) 320º 0.12% 1% -
XYZ 83.86 80.91 96.79 -
YUV 235.25 132.94 141.37 -
System Red Green Blue C M Y K H S L
Decimal 254 224 244 0 0.12 0.04 0.00 320 0.94 0.94
Hex FE E0 F4 0 C 4 0 140 5E 5E
Octal 376 340 364 0 14 4 0 500 136 136
Binary 11111110 11100000 11110100 0 1100 100 0 101000000 1011110 1011110

Color Harmonies of #FEE0F4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEE0F4

Black with #FEE0F4

Text Example


Text Example

White with #FEE0F4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEE0F4; }

 p { color: rgb(254,224,244); }

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

background-color css

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

 a { background-color: rgb(254,224,244); }

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

border-color css

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

 span { border-color: rgb(254,224,244); }

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