#FDF8F9

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

Shades of Lavender Blush #FDF8F9

Tints of Lavender Blush #FDF8F9

Color information

#FDF8F9 (or 0xFDF8F9) is unknown color: approx Lavender Blush. HEX triplet: FD, F8 and F9. RGB value is (253,248,249). Sum of RGB (Red+Green+Blue) = 253+248+249=750 (99% of max value = 765). Red value is 253 (99.22% from 255 or 33.73% from 750); Green value is 248 (97.27% from 255 or 33.07% from 750); Blue value is 249 (97.66% from 255 or 33.2% from 750); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF8F9 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FDF8F9 is #020706. Grayscale: #F9F9F9. Windows color (decimal): -132871 or 16382205. OLE color: 16382205.

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

Color convert

RGB253248249-
CMYK00.020.020.01
HSL348º55.56%98.24%-
HSV(B)348º1.98%99.22%-
XYZ91.1794.86103.13-
YUV249.61127.66130.42-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 33.73%
GREEN value IS 248 (97.27% from 255) = 33.07%
BLUE value IS 249 (97.66% from 255) = 33.2%
R=33.73%
G=33.07%
B=33.2%

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
Decimal25324824900.020.020.0134855.5698.24
HexFDF8F9022115c3862
Octal375370371022153470142
Binary1111110111111000111110010101011010111001110001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDF8F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDF8F9; }

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

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

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

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

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

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

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

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