#FDF7FB

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

Shades of Lavender Blush #FDF7FB

Tints of Lavender Blush #FDF7FB

Color information

#FDF7FB (or 0xFDF7FB) is unknown color: approx Lavender Blush. HEX triplet: FD, F7 and FB. RGB value is (253,247,251). Sum of RGB (Red+Green+Blue) = 253+247+251=751 (99% of max value = 765). Red value is 253 (99.22% from 255 or 33.69% from 751); Green value is 247 (96.88% from 255 or 32.89% from 751); Blue value is 251 (98.44% from 255 or 33.42% from 751); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF7FB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FDF7FB is #020804. Grayscale: #F9F9F9. Windows color (decimal): -133125 or 16513021. OLE color: 16513021.

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

Color convert

RGB253247251-
CMYK00.020.010.01
HSL320º60%98.04%-
HSV(B)320º2.37%99.22%-
XYZ91.1894.37104.68-
YUV249.25128.99130.67-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 33.69%
GREEN value IS 247 (96.88% from 255) = 32.89%
BLUE value IS 251 (98.44% from 255) = 33.42%
R=33.69%
G=32.89%
B=33.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.01
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25324725100.020.010.013206098.04
HexFDF7FB02111403c62
Octal375367373021150074142
Binary111111011111011111111011010111010000001111001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDF7FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDF7FB; }

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

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

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

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

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

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

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

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