#FFF5FD

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

Shades of Lavender Blush #FFF5FD

Tints of Lavender Blush #FFF5FD

Color information

#FFF5FD (or 0xFFF5FD) is unknown color: approx Lavender Blush. HEX triplet: FF, F5 and FD. RGB value is (255,245,253). Sum of RGB (Red+Green+Blue) = 255+245+253=753 (99% of max value = 765). Red value is 255 (100% from 255 or 33.86% from 753); Green value is 245 (96.09% from 255 or 32.54% from 753); Blue value is 253 (99.22% from 255 or 33.60% from 753); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF5FD is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FFF5FD is #000A02. Grayscale: #F8F8F8. Windows color (decimal): -2563 or 16643583. OLE color: 16643583.

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

Color convert

RGB255245253-
CMYK00.040.010
HSL312º100%98.04%-
HSV(B)312º3.92%100%-
XYZ91.6293.66106.18-
YUV248.9130.31132.35-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 33.86%
GREEN value IS 245 (96.09% from 255) = 32.54%
BLUE value IS 253 (99.22% from 255) = 33.60%
R=33.86%
G=32.54%
B=33.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.01
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25524525300.040.01031210098.04
HexFFF5FD04101386462
Octal3773653750410470144142
Binary11111111111101011111110101001010011100011001001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFF5FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFF5FD; }

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

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

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

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

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

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

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

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