#FDF9FB

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

Shades of Lavender Blush #FDF9FB

Tints of Lavender Blush #FDF9FB

Color information

#FDF9FB (or 0xFDF9FB) is unknown color: approx Lavender Blush. HEX triplet: FD, F9 and FB. RGB value is (253,249,251). Sum of RGB (Red+Green+Blue) = 253+249+251=753 (99% of max value = 765). Red value is 253 (99.22% from 255 or 33.60% from 753); Green value is 249 (97.66% from 255 or 33.07% from 753); Blue value is 251 (98.44% from 255 or 33.33% from 753); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF9FB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FDF9FB is #020604. Grayscale: #FAFAFA. Windows color (decimal): -132613 or 16513533. OLE color: 16513533.

HSL color Cylindrical-coordinate representation of color #FDF9FB: hue angle of 330º degrees, saturation: 0.5, 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 #FDF9FB is Cyan = 0, Magento = 0.02, Yellow = 0.01 and Black (K on CMYK) = 0.01.

Color convert

RGB253249251-
CMYK00.020.010.01
HSL330º50%98.43%-
HSV(B)330º1.58%99.22%-
XYZ91.895.6104.88-
YUV250.42128.33129.84-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 33.60%
GREEN value IS 249 (97.66% from 255) = 33.07%
BLUE value IS 251 (98.44% from 255) = 33.33%
R=33.60%
G=33.07%
B=33.33%

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
Decimal25324925100.020.010.013305098.43
HexFDF9FB021114a3262
Octal375371373021151262142
Binary111111011111100111111011010111010010101100101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDF9FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDF9FB; }

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

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

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

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

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

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

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

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