Html Css Color HEX #FDE5EF Lavender Blush

📋 copy color: '#FDE5EF'

red 253 ◦ green 229 ◦ blue 239

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

Shades of Lavender Blush #FDE5EF

Tints of Lavender Blush #FDE5EF

RGB

 RED value IS 253 (99.22% from 255) = 35.09%

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

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

R = 35.09%
G = 31.76%
B = 33.15%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.06

 K value IS 0.01

RGB Variations

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

Color information

#FDE5EF (or 0xFDE5EF) is known color: Lavender Blush. HEX triplet: FD, E5 and EF. RGB value is (253,229,239). Sum of RGB (Red+Green+Blue) = 253+229+239=721 (95% of max value = 765). Red value is 253 (99.22% from 255 or 35.09% from 721); Green value is 229 (89.84% from 255 or 31.76% from 721); Blue value is 239 (93.75% from 255 or 33.15% from 721); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE5EF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDE5EF is #021A10. Grayscale: #EDEDED. Windows color (decimal): -137745 or 15721981. OLE color: 15721981.

HSL color Cylindrical-coordinate representation of color #FDE5EF: hue angle of 335º degrees, saturation: 0.86, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #FDE5EF is Cyan = 0, Magento = 0.09, Yellow = 0.06 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 229 239 -
CMYK 0 0.09 0.06 0.01
HSL 335º 0.86% 0.95% -
HSV(B) 335º 0.09% 0.99% -
XYZ 84.11 83.15 93.28 -
YUV 237.32 128.95 139.19 -
System Red Green Blue C M Y K H S L
Decimal 253 229 239 0 0.09 0.06 0.01 335 0.86 0.95
Hex FD E5 EF 0 9 6 1 14F 56 5F
Octal 375 345 357 0 11 6 1 517 126 137
Binary 11111101 11100101 11101111 0 1001 110 1 101001111 1010110 1011111

Color Harmonies of #FDE5EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDE5EF

Black with #FDE5EF

Text Example


Text Example

White with #FDE5EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDE5EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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