#FDF7F9

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

Shades of Lavender Blush #FDF7F9

Tints of Lavender Blush #FDF7F9

Color information

#FDF7F9 (or 0xFDF7F9) is unknown color: approx Lavender Blush. HEX triplet: FD, F7 and F9. RGB value is (253,247,249). Sum of RGB (Red+Green+Blue) = 253+247+249=749 (99% of max value = 765). Red value is 253 (99.22% from 255 or 33.78% from 749); Green value is 247 (96.88% from 255 or 32.98% from 749); Blue value is 249 (97.66% from 255 or 33.24% from 749); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF7F9 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FDF7F9 is #020806. Grayscale: #F9F9F9. Windows color (decimal): -133127 or 16381949. OLE color: 16381949.

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

Color convert

RGB253247249-
CMYK00.020.020.01
HSL340º60%98.04%-
HSV(B)340º2.37%99.22%-
XYZ90.8794.24103.02-
YUV249.02127.99130.84-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 33.78%
GREEN value IS 247 (96.88% from 255) = 32.98%
BLUE value IS 249 (97.66% from 255) = 33.24%
R=33.78%
G=32.98%
B=33.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.02
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25324724900.020.020.013406098.04
HexFDF7F902211543c62
Octal375367371022152474142
Binary1111110111110111111110010101011010101001111001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDF7F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDF7F9; }

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

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

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

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

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

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

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

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