#FDF4FA

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

Shades of Lavender Blush #FDF4FA

Tints of Lavender Blush #FDF4FA

Color information

#FDF4FA (or 0xFDF4FA) is unknown color: approx Lavender Blush. HEX triplet: FD, F4 and FA. RGB value is (253,244,250). Sum of RGB (Red+Green+Blue) = 253+244+250=747 (98% of max value = 765). Red value is 253 (99.22% from 255 or 33.87% from 747); Green value is 244 (95.70% from 255 or 32.66% from 747); Blue value is 250 (98.05% from 255 or 33.47% from 747); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF4FA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FDF4FA is #020B05. Grayscale: #F7F7F7. Windows color (decimal): -133894 or 16446717. OLE color: 16446717.

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

Color convert

RGB253244250-
CMYK00.040.010.01
HSL320º69.23%97.45%-
HSV(B)320º3.56%99.22%-
XYZ90.1192.49103.54-
YUV247.37129.48132.01-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 33.87%
GREEN value IS 244 (95.70% from 255) = 32.66%
BLUE value IS 250 (98.05% from 255) = 33.47%
R=33.87%
G=32.66%
B=33.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.01
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25324425000.040.010.0132069.2397.45
HexFDF4FA04111404561
Octal3753643720411500105141
Binary11111101111101001111101001001110100000010001011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDF4FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDF4FA; }

 p { color: rgb(253,244,250); }

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

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

 a { background-color: rgb(253,244,250); }

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

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

 span { border-color: rgb(253,244,250); }

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