#FDEBF0

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

Shades of Lavender Blush #FDEBF0

Tints of Lavender Blush #FDEBF0

Color information

#FDEBF0 (or 0xFDEBF0) is unknown color: approx Lavender Blush. HEX triplet: FD, EB and F0. RGB value is (253,235,240). Sum of RGB (Red+Green+Blue) = 253+235+240=728 (96% of max value = 765). Red value is 253 (99.22% from 255 or 34.75% from 728); Green value is 235 (92.19% from 255 or 32.28% from 728); Blue value is 240 (94.14% from 255 or 32.97% from 728); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEBF0 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FDEBF0 is #02140F. Grayscale: #F0F0F0. Windows color (decimal): -136208 or 15789053. OLE color: 15789053.

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

Color convert

RGB253235240-
CMYK00.070.050.01
HSL343.33º81.82%95.69%-
HSV(B)343.33º7.11%99.22%-
XYZ85.9486.5994.62-
YUV240.95127.46136.59-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 34.75%
GREEN value IS 235 (92.19% from 255) = 32.28%
BLUE value IS 240 (94.14% from 255) = 32.97%
R=34.75%
G=32.28%
B=32.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.05
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25323524000.070.050.01343.3381.8295.69
HexFDEBF007511575260
Octal3753533600751527122140
Binary1111110111101011111100000111101110101011110100101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDEBF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDEBF0; }

 p { color: rgb(253,235,240); }

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

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

 a { background-color: rgb(253,235,240); }

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

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

 span { border-color: rgb(253,235,240); }

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