#FAF0F7

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

Shades of Lavender Blush #FAF0F7

Tints of Lavender Blush #FAF0F7

Color information

#FAF0F7 (or 0xFAF0F7) is unknown color: approx Lavender Blush. HEX triplet: FA, F0 and F7. RGB value is (250,240,247). Sum of RGB (Red+Green+Blue) = 250+240+247=737 (97% of max value = 765). Red value is 250 (98.05% from 255 or 33.92% from 737); Green value is 240 (94.14% from 255 or 32.56% from 737); Blue value is 247 (96.88% from 255 or 33.51% from 737); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF0F7 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FAF0F7 is #050F08. Grayscale: #F3F3F3. Windows color (decimal): -331529 or 16249082. OLE color: 16249082.

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

Color convert

RGB250240247-
CMYK00.040.010.02
HSL318º50%96.08%-
HSV(B)318º4%98.04%-
XYZ87.3789.36100.64-
YUV243.79129.81132.43-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 33.92%
GREEN value IS 240 (94.14% from 255) = 32.56%
BLUE value IS 247 (96.88% from 255) = 33.51%
R=33.92%
G=32.56%
B=33.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.01
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25024024700.040.010.023185096.08
HexFAF0F7041213e3260
Octal372360367041247662140
Binary11111010111100001111011101001101001111101100101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAF0F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAF0F7; }

 p { color: rgb(250,240,247); }

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

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

 a { background-color: rgb(250,240,247); }

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

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

 span { border-color: rgb(250,240,247); }

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