Html Css Color HEX #FDE3EF Lavender Blush

📋 copy color: '#FDE3EF'

red 253 ◦ green 227 ◦ blue 239

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

Shades of Lavender Blush #FDE3EF

Tints of Lavender Blush #FDE3EF

RGB

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

 GREEN value IS 227 (89.06% from 255) = 31.57%

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

R = 35.19%
G = 31.57%
B = 33.24%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.06

 K value IS 0.01

RGB Variations

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

Color information

#FDE3EF (or 0xFDE3EF) is known color: Lavender Blush. HEX triplet: FD, E3 and EF. RGB value is (253,227,239). Sum of RGB (Red+Green+Blue) = 253+227+239=719 (95% of max value = 765). Red value is 253 (99.22% from 255 or 35.19% from 719); Green value is 227 (89.06% from 255 or 31.57% from 719); Blue value is 239 (93.75% from 255 or 33.24% from 719); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE3EF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDE3EF is #021C10. Grayscale: #ECECEC. Windows color (decimal): -138257 or 15721469. OLE color: 15721469.

HSL color Cylindrical-coordinate representation of color #FDE3EF: hue angle of 332.31º degrees, saturation: 0.87, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #FDE3EF is Cyan = 0, Magento = 0.10, Yellow = 0.06 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 227 239 -
CMYK 0 0.10 0.06 0.01
HSL 332.31º 0.87% 0.94% -
HSV(B) 332.31º 0.1% 0.99% -
XYZ 83.56 82.05 93.1 -
YUV 236.14 129.61 140.02 -
System Red Green Blue C M Y K H S L
Decimal 253 227 239 0 0.10 0.06 0.01 332.31 0.87 0.94
Hex FD E3 EF 0 A 6 1 14C 57 5E
Octal 375 343 357 0 12 6 1 514 127 136
Binary 11111101 11100011 11101111 0 1010 110 1 101001100 1010111 1011110

Color Harmonies of #FDE3EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDE3EF

Black with #FDE3EF

Text Example


Text Example

White with #FDE3EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDE3EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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