Html Css Color HEX #FDE6EF Lavender Blush

📋 copy color: '#FDE6EF'

red 253 ◦ green 230 ◦ blue 239

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

Shades of Lavender Blush #FDE6EF

Tints of Lavender Blush #FDE6EF

RGB

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

 GREEN value IS 230 (90.23% from 255) = 31.86%

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

R = 35.04%
G = 31.86%
B = 33.1%

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

#FDE6EF (or 0xFDE6EF) is known color: Lavender Blush. HEX triplet: FD, E6 and EF. RGB value is (253,230,239). Sum of RGB (Red+Green+Blue) = 253+230+239=722 (95% of max value = 765). Red value is 253 (99.22% from 255 or 35.04% from 722); Green value is 230 (90.23% from 255 or 31.86% from 722); Blue value is 239 (93.75% from 255 or 33.10% from 722); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE6EF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FDE6EF is #021910. Grayscale: #EDEDED. Windows color (decimal): -137489 or 15722237. OLE color: 15722237.

HSL color Cylindrical-coordinate representation of color #FDE6EF: hue angle of 336.52º degrees, saturation: 0.85, 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 #FDE6EF is Cyan = 0, Magento = 0.09, Yellow = 0.06 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 230 239 -
CMYK 0 0.09 0.06 0.01
HSL 336.52º 0.85% 0.95% -
HSV(B) 336.52º 0.09% 0.99% -
XYZ 84.38 83.71 93.37 -
YUV 237.9 128.62 138.77 -
System Red Green Blue C M Y K H S L
Decimal 253 230 239 0 0.09 0.06 0.01 336.52 0.85 0.95
Hex FD E6 EF 0 9 6 1 151 55 5F
Octal 375 346 357 0 11 6 1 521 125 137
Binary 11111101 11100110 11101111 0 1001 110 1 101010001 1010101 1011111

Color Harmonies of #FDE6EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDE6EF

Black with #FDE6EF

Text Example


Text Example

White with #FDE6EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDE6EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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