#FAF1F7

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

Shades of Lavender Blush #FAF1F7

Tints of Lavender Blush #FAF1F7

Color information

#FAF1F7 (or 0xFAF1F7) is unknown color: approx Lavender Blush. HEX triplet: FA, F1 and F7. RGB value is (250,241,247). Sum of RGB (Red+Green+Blue) = 250+241+247=738 (97% of max value = 765). Red value is 250 (98.05% from 255 or 33.88% from 738); Green value is 241 (94.53% from 255 or 32.66% from 738); Blue value is 247 (96.88% from 255 or 33.47% from 738); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF1F7 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FAF1F7 is #050E08. Grayscale: #F4F4F4. Windows color (decimal): -331273 or 16249338. OLE color: 16249338.

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

Color convert

RGB250241247-
CMYK00.040.010.02
HSL320º47.37%96.27%-
HSV(B)320º3.6%98.04%-
XYZ87.6789.95100.74-
YUV244.38129.48132.01-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 33.88%
GREEN value IS 241 (94.53% from 255) = 32.66%
BLUE value IS 247 (96.88% from 255) = 33.47%
R=33.88%
G=32.66%
B=33.47%

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
Decimal25024124700.040.010.0232047.3796.27
HexFAF1F704121402f60
Octal372361367041250057140
Binary11111010111100011111011101001101010000001011111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAF1F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAF1F7; }

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

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

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

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

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

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

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

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