#FDEBF1

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

Shades of Lavender Blush #FDEBF1

Tints of Lavender Blush #FDEBF1

Color information

#FDEBF1 (or 0xFDEBF1) is unknown color: approx Lavender Blush. HEX triplet: FD, EB and F1. RGB value is (253,235,241). Sum of RGB (Red+Green+Blue) = 253+235+241=729 (96% of max value = 765). Red value is 253 (99.22% from 255 or 34.71% from 729); Green value is 235 (92.19% from 255 or 32.24% from 729); Blue value is 241 (94.53% from 255 or 33.06% from 729); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEBF1 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FDEBF1 is #02140E. Grayscale: #F1F1F1. Windows color (decimal): -136207 or 15854589. OLE color: 15854589.

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

Color convert

RGB253235241-
CMYK00.070.050.01
HSL340º81.82%95.69%-
HSV(B)340º7.11%99.22%-
XYZ86.0986.6595.41-
YUV241.07127.96136.51-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 34.71%
GREEN value IS 235 (92.19% from 255) = 32.24%
BLUE value IS 241 (94.53% from 255) = 33.06%
R=34.71%
G=32.24%
B=33.06%

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
Decimal25323524100.070.050.0134081.8295.69
HexFDEBF107511545260
Octal3753533610751524122140
Binary1111110111101011111100010111101110101010010100101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDEBF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDEBF1; }

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

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

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

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

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

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

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

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