#FDF5FB

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

Shades of Lavender Blush #FDF5FB

Tints of Lavender Blush #FDF5FB

Color information

#FDF5FB (or 0xFDF5FB) is unknown color: approx Lavender Blush. HEX triplet: FD, F5 and FB. RGB value is (253,245,251). Sum of RGB (Red+Green+Blue) = 253+245+251=749 (99% of max value = 765). Red value is 253 (99.22% from 255 or 33.78% from 749); Green value is 245 (96.09% from 255 or 32.71% from 749); Blue value is 251 (98.44% from 255 or 33.51% from 749); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF5FB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FDF5FB is #020A04. Grayscale: #F8F8F8. Windows color (decimal): -133637 or 16512509. OLE color: 16512509.

HSL color Cylindrical-coordinate representation of color #FDF5FB: hue angle of 315º degrees, saturation: 0.67, lightness: 0.98%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #FDF5FB is Cyan = 0, Magento = 0.03, Yellow = 0.01 and Black (K on CMYK) = 0.01.

Color convert

RGB253245251-
CMYK00.030.010.01
HSL315º66.67%97.65%-
HSV(B)315º3.16%99.22%-
XYZ90.5793.15104.47-
YUV248.08129.65131.51-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 33.78%
GREEN value IS 245 (96.09% from 255) = 32.71%
BLUE value IS 251 (98.44% from 255) = 33.51%
R=33.78%
G=32.71%
B=33.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.01
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25324525100.030.010.0131566.6797.65
HexFDF5FB031113b4362
Octal3753653730311473103142
Binary1111110111110101111110110111110011101110000111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDF5FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDF5FB; }

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

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

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

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

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

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

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

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