#FAF1F3

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

Shades of Lavender Blush #FAF1F3

Tints of Lavender Blush #FAF1F3

Color information

#FAF1F3 (or 0xFAF1F3) is unknown color: approx Lavender Blush. HEX triplet: FA, F1 and F3. RGB value is (250,241,243). Sum of RGB (Red+Green+Blue) = 250+241+243=734 (97% of max value = 765). Red value is 250 (98.05% from 255 or 34.06% from 734); Green value is 241 (94.53% from 255 or 32.83% from 734); Blue value is 243 (95.31% from 255 or 33.11% from 734); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF1F3 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FAF1F3 is #050E0C. Grayscale: #F3F3F3. Windows color (decimal): -331277 or 15987194. OLE color: 15987194.

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

Color convert

RGB250241243-
CMYK00.040.030.02
HSL346.67º47.37%96.27%-
HSV(B)346.67º3.6%98.04%-
XYZ87.0689.7197.52-
YUV243.92127.48132.34-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 34.06%
GREEN value IS 241 (94.53% from 255) = 32.83%
BLUE value IS 243 (95.31% from 255) = 33.11%
R=34.06%
G=32.83%
B=33.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.03
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25024124300.040.030.02346.6747.3796.27
HexFAF1F3043215b2f60
Octal372361363043253357140
Binary111110101111000111110011010011101010110111011111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAF1F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAF1F3; }

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

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

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

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

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

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

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

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