#FDEEF5

Color #FDEEF5 Lavender Blush (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lavender Blush #FDEEF5

Tints of Lavender Blush #FDEEF5

Color information

#FDEEF5 (or 0xFDEEF5) is unknown color: approx Lavender Blush. HEX triplet: FD, EE and F5. RGB value is (253,238,245). Sum of RGB (Red+Green+Blue) = 253+238+245=736 (97% of max value = 765). Red value is 253 (99.22% from 255 or 34.38% from 736); Green value is 238 (93.36% from 255 or 32.34% from 736); Blue value is 245 (96.09% from 255 or 33.29% from 736); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEEF5 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FDEEF5 is #02110A. Grayscale: #F3F3F3. Windows color (decimal): -135435 or 16117501. OLE color: 16117501.

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

Color convert

RGB253238245-
CMYK00.060.030.01
HSL332º78.95%96.27%-
HSV(B)332º5.93%99.22%-
XYZ87.5688.6298.88-
YUV243.28128.97134.93-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 34.38%
GREEN value IS 238 (93.36% from 255) = 32.34%
BLUE value IS 245 (96.09% from 255) = 33.29%
R=34.38%
G=32.34%
B=33.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.03
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25323824500.060.030.0133278.9596.27
HexFDEEF5063114c4f60
Octal3753563650631514117140
Binary111111011110111011110101011011110100110010011111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDEEF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDEEF5; }

 p { color: rgb(253,238,245); }

 H1.HeaderClassName
 {
   color: #FDEEF5;
 }
 .AnyTagClassName
 {
   color: #FDEEF5;
 }
</style>
background-color css

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

 a { background-color: rgb(253,238,245); }

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

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

 span { border-color: rgb(253,238,245); }

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