#FDEBF5

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

Shades of Lavender Blush #FDEBF5

Tints of Lavender Blush #FDEBF5

Color information

#FDEBF5 (or 0xFDEBF5) is unknown color: approx Lavender Blush. HEX triplet: FD, EB and F5. RGB value is (253,235,245). Sum of RGB (Red+Green+Blue) = 253+235+245=733 (97% of max value = 765). Red value is 253 (99.22% from 255 or 34.52% from 733); Green value is 235 (92.19% from 255 or 32.06% from 733); Blue value is 245 (96.09% from 255 or 33.42% from 733); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEBF5 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FDEBF5 is #02140A. Grayscale: #F1F1F1. Windows color (decimal): -136203 or 16116733. OLE color: 16116733.

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

Color convert

RGB253235245-
CMYK00.070.030.01
HSL326.67º81.82%95.69%-
HSV(B)326.67º7.11%99.22%-
XYZ86.786.8998.59-
YUV241.52129.96136.19-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 34.52%
GREEN value IS 235 (92.19% from 255) = 32.06%
BLUE value IS 245 (96.09% from 255) = 33.42%
R=34.52%
G=32.06%
B=33.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.03
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25323524500.070.030.01326.6781.8295.69
HexFDEBF507311475260
Octal3753533650731507122140
Binary111111011110101111110101011111110100011110100101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDEBF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDEBF5; }

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

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

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

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

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

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

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

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