#FDEEF9

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

Shades of Lavender Blush #FDEEF9

Tints of Lavender Blush #FDEEF9

Color information

#FDEEF9 (or 0xFDEEF9) is unknown color: approx Lavender Blush. HEX triplet: FD, EE and F9. RGB value is (253,238,249). Sum of RGB (Red+Green+Blue) = 253+238+249=740 (98% of max value = 765). Red value is 253 (99.22% from 255 or 34.19% from 740); Green value is 238 (93.36% from 255 or 32.16% from 740); Blue value is 249 (97.66% from 255 or 33.65% from 740); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEEF9 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FDEEF9 is #021106. Grayscale: #F3F3F3. Windows color (decimal): -135431 or 16379645. OLE color: 16379645.

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

Color convert

RGB253238249-
CMYK00.060.020.01
HSL316º78.95%96.27%-
HSV(B)316º5.93%99.22%-
XYZ88.1888.87102.13-
YUV243.74130.97134.61-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 34.19%
GREEN value IS 238 (93.36% from 255) = 32.16%
BLUE value IS 249 (97.66% from 255) = 33.65%
R=34.19%
G=32.16%
B=33.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.02
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25323824900.060.020.0131678.9596.27
HexFDEEF9062113c4f60
Octal3753563710621474117140
Binary111111011110111011111001011010110011110010011111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDEEF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDEEF9; }

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

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

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

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

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

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

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

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