#FDF5FA

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

Shades of Lavender Blush #FDF5FA

Tints of Lavender Blush #FDF5FA

Color information

#FDF5FA (or 0xFDF5FA) is unknown color: approx Lavender Blush. HEX triplet: FD, F5 and FA. RGB value is (253,245,250). Sum of RGB (Red+Green+Blue) = 253+245+250=748 (99% of max value = 765). Red value is 253 (99.22% from 255 or 33.82% from 748); Green value is 245 (96.09% from 255 or 32.75% from 748); Blue value is 250 (98.05% from 255 or 33.42% from 748); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF5FA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FDF5FA is #020A05. Grayscale: #F7F7F7. Windows color (decimal): -133638 or 16446973. OLE color: 16446973.

HSL color Cylindrical-coordinate representation of color #FDF5FA: hue angle of 322.5º degrees, saturation: 0.67, lightness: 0.98%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #FDF5FA is Cyan = 0, Magento = 0.03, Yellow = 0.01 and Black (K on CMYK) = 0.01.

Color convert

RGB253245250-
CMYK00.030.010.01
HSL322.5º66.67%97.65%-
HSV(B)322.5º3.16%99.22%-
XYZ90.4293.09103.65-
YUV247.96129.15131.59-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 33.82%
GREEN value IS 245 (96.09% from 255) = 32.75%
BLUE value IS 250 (98.05% from 255) = 33.42%
R=33.82%
G=32.75%
B=33.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.01
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25324525000.030.010.01322.566.6797.65
HexFDF5FA03111424362
Octal3753653720311502103142
Binary1111110111110101111110100111110100001010000111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDF5FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDF5FA; }

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

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

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

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

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

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

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

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