#FFF7FC

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

Shades of Lavender Blush #FFF7FC

Tints of Lavender Blush #FFF7FC

Color information

#FFF7FC (or 0xFFF7FC) is unknown color: approx Lavender Blush. HEX triplet: FF, F7 and FC. RGB value is (255,247,252). Sum of RGB (Red+Green+Blue) = 255+247+252=754 (99% of max value = 765). Red value is 255 (100% from 255 or 33.82% from 754); Green value is 247 (96.88% from 255 or 32.76% from 754); Blue value is 252 (98.83% from 255 or 33.42% from 754); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF7FC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FFF7FC is #000803. Grayscale: #F9F9F9. Windows color (decimal): -2052 or 16578559. OLE color: 16578559.

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

Color convert

RGB255247252-
CMYK00.030.010
HSL322.5º100%98.43%-
HSV(B)322.5º3.14%100%-
XYZ92.0794.81105.54-
YUV249.96129.15131.59-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 33.82%
GREEN value IS 247 (96.88% from 255) = 32.76%
BLUE value IS 252 (98.83% from 255) = 33.42%
R=33.82%
G=32.76%
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
SystemRedGreenBlueCMYKHSL
Decimal25524725200.030.010322.510098.43
HexFFF7FC03101426462
Octal3773673740310502144142
Binary1111111111110111111111000111010100001011001001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFF7FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFF7FC; }

 p { color: rgb(255,247,252); }

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

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

 a { background-color: rgb(255,247,252); }

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

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

 span { border-color: rgb(255,247,252); }

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