#FDF8FA

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

Shades of Lavender Blush #FDF8FA

Tints of Lavender Blush #FDF8FA

Color information

#FDF8FA (or 0xFDF8FA) is unknown color: approx Lavender Blush. HEX triplet: FD, F8 and FA. RGB value is (253,248,250). Sum of RGB (Red+Green+Blue) = 253+248+250=751 (99% of max value = 765). Red value is 253 (99.22% from 255 or 33.69% from 751); Green value is 248 (97.27% from 255 or 33.02% from 751); Blue value is 250 (98.05% from 255 or 33.29% from 751); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF8FA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FDF8FA is #020705. Grayscale: #F9F9F9. Windows color (decimal): -132870 or 16447741. OLE color: 16447741.

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

Color convert

RGB253248250-
CMYK00.020.010.01
HSL336º55.56%98.24%-
HSV(B)336º1.98%99.22%-
XYZ91.3394.92103.95-
YUV249.72128.16130.34-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 33.69%
GREEN value IS 248 (97.27% from 255) = 33.02%
BLUE value IS 250 (98.05% from 255) = 33.29%
R=33.69%
G=33.02%
B=33.29%

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
Decimal25324825000.020.010.0133655.5698.24
HexFDF8FA02111503862
Octal375370372021152070142
Binary111111011111100011111010010111010100001110001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDF8FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDF8FA; }

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

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

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

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

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

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

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

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