#FDEDF5

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

Shades of Lavender Blush #FDEDF5

Tints of Lavender Blush #FDEDF5

Color information

#FDEDF5 (or 0xFDEDF5) is unknown color: approx Lavender Blush. HEX triplet: FD, ED and F5. RGB value is (253,237,245). Sum of RGB (Red+Green+Blue) = 253+237+245=735 (97% of max value = 765). Red value is 253 (99.22% from 255 or 34.42% from 735); Green value is 237 (92.97% from 255 or 32.24% from 735); Blue value is 245 (96.09% from 255 or 33.33% from 735); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEDF5 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FDEDF5 is #02120A. Grayscale: #F2F2F2. Windows color (decimal): -135691 or 16117245. OLE color: 16117245.

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

Color convert

RGB253237245-
CMYK00.060.030.01
HSL330º80%96.08%-
HSV(B)330º6.32%99.22%-
XYZ87.2788.0498.78-
YUV242.7129.3135.35-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 34.42%
GREEN value IS 237 (92.97% from 255) = 32.24%
BLUE value IS 245 (96.09% from 255) = 33.33%
R=34.42%
G=32.24%
B=33.33%

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
Decimal25323724500.060.030.013308096.08
HexFDEDF5063114a5060
Octal3753553650631512120140
Binary111111011110110111110101011011110100101010100001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDEDF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDEDF5; }

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

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

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

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

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

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

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

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