#FDF9FA

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

Shades of Lavender Blush #FDF9FA

Tints of Lavender Blush #FDF9FA

Color information

#FDF9FA (or 0xFDF9FA) is unknown color: approx Lavender Blush. HEX triplet: FD, F9 and FA. RGB value is (253,249,250). Sum of RGB (Red+Green+Blue) = 253+249+250=752 (99% of max value = 765). Red value is 253 (99.22% from 255 or 33.64% from 752); Green value is 249 (97.66% from 255 or 33.11% from 752); Blue value is 250 (98.05% from 255 or 33.24% from 752); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF9FA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FDF9FA is #020605. Grayscale: #FAFAFA. Windows color (decimal): -132614 or 16447997. OLE color: 16447997.

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

Color convert

RGB253249250-
CMYK00.020.010.01
HSL345º50%98.43%-
HSV(B)345º1.58%99.22%-
XYZ91.6495.54104.05-
YUV250.31127.83129.92-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 33.64%
GREEN value IS 249 (97.66% from 255) = 33.11%
BLUE value IS 250 (98.05% from 255) = 33.24%
R=33.64%
G=33.11%
B=33.24%

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
Decimal25324925000.020.010.013455098.43
HexFDF9FA02111593262
Octal375371372021153162142
Binary111111011111100111111010010111010110011100101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDF9FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDF9FA; }

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

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

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

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

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

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

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

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