#FDF7FA

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

Shades of Lavender Blush #FDF7FA

Tints of Lavender Blush #FDF7FA

Color information

#FDF7FA (or 0xFDF7FA) is unknown color: approx Lavender Blush. HEX triplet: FD, F7 and FA. RGB value is (253,247,250). Sum of RGB (Red+Green+Blue) = 253+247+250=750 (99% of max value = 765). Red value is 253 (99.22% from 255 or 33.73% from 750); Green value is 247 (96.88% from 255 or 32.93% from 750); Blue value is 250 (98.05% from 255 or 33.33% from 750); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF7FA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FDF7FA is #020805. Grayscale: #F9F9F9. Windows color (decimal): -133126 or 16447485. OLE color: 16447485.

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

Color convert

RGB253247250-
CMYK00.020.010.01
HSL330º60%98.04%-
HSV(B)330º2.37%99.22%-
XYZ91.0294.31103.85-
YUV249.14128.49130.76-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 33.73%
GREEN value IS 247 (96.88% from 255) = 32.93%
BLUE value IS 250 (98.05% from 255) = 33.33%
R=33.73%
G=32.93%
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
Decimal25324725000.020.010.013306098.04
HexFDF7FA021114a3c62
Octal375367372021151274142
Binary111111011111011111111010010111010010101111001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDF7FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDF7FA; }

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

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

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

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

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

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

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

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