Html Css Color HEX #FEE5EF Lavender Blush

📋 copy color: '#FEE5EF'

red 254 ◦ green 229 ◦ blue 239

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

Shades of Lavender Blush #FEE5EF

Tints of Lavender Blush #FEE5EF

RGB

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

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

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

R = 35.18%
G = 31.72%
B = 33.1%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.06

 K value IS 0.00

RGB Variations

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

Color information

#FEE5EF (or 0xFEE5EF) is known color: Lavender Blush. HEX triplet: FE, E5 and EF. RGB value is (254,229,239). Sum of RGB (Red+Green+Blue) = 254+229+239=722 (95% of max value = 765). Red value is 254 (99.61% from 255 or 35.18% from 722); Green value is 229 (89.84% from 255 or 31.72% from 722); Blue value is 239 (93.75% from 255 or 33.10% from 722); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE5EF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEE5EF is #011A10. Grayscale: #EDEDED. Windows color (decimal): -72209 or 15721982. OLE color: 15721982.

HSL color Cylindrical-coordinate representation of color #FEE5EF: hue angle of 336º degrees, saturation: 0.93, lightness: 0.95%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #FEE5EF is Cyan = 0, Magento = 0.10, Yellow = 0.06 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 229 239 -
CMYK 0 0.10 0.06 0.00
HSL 336º 0.93% 0.95% -
HSV(B) 336º 0.1% 1% -
XYZ 84.47 83.34 93.3 -
YUV 237.62 128.78 139.69 -
System Red Green Blue C M Y K H S L
Decimal 254 229 239 0 0.10 0.06 0.00 336 0.93 0.95
Hex FE E5 EF 0 A 6 0 150 5D 5F
Octal 376 345 357 0 12 6 0 520 135 137
Binary 11111110 11100101 11101111 0 1010 110 0 101010000 1011101 1011111

Color Harmonies of #FEE5EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEE5EF

Black with #FEE5EF

Text Example


Text Example

White with #FEE5EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEE5EF; }

 p { color: rgb(254,229,239); }

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

background-color css

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

 a { background-color: rgb(254,229,239); }

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

border-color css

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

 span { border-color: rgb(254,229,239); }

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