#FAF1F4

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

Shades of Lavender Blush #FAF1F4

Tints of Lavender Blush #FAF1F4

Color information

#FAF1F4 (or 0xFAF1F4) is unknown color: approx Lavender Blush. HEX triplet: FA, F1 and F4. RGB value is (250,241,244). Sum of RGB (Red+Green+Blue) = 250+241+244=735 (97% of max value = 765). Red value is 250 (98.05% from 255 or 34.01% from 735); Green value is 241 (94.53% from 255 or 32.79% from 735); Blue value is 244 (95.70% from 255 or 33.20% from 735); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF1F4 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FAF1F4 is #050E0B. Grayscale: #F4F4F4. Windows color (decimal): -331276 or 16052730. OLE color: 16052730.

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

Color convert

RGB250241244-
CMYK00.040.020.02
HSL340º47.37%96.27%-
HSV(B)340º3.6%98.04%-
XYZ87.2189.7798.32-
YUV244.03127.98132.26-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 34.01%
GREEN value IS 241 (94.53% from 255) = 32.79%
BLUE value IS 244 (95.70% from 255) = 33.20%
R=34.01%
G=32.79%
B=33.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.02
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25024124400.040.020.0234047.3796.27
HexFAF1F404221542f60
Octal372361364042252457140
Binary111110101111000111110100010010101010101001011111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAF1F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAF1F4; }

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

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

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

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

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

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

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

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