#FCF1F4

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

Shades of Lavender Blush #FCF1F4

Tints of Lavender Blush #FCF1F4

Color information

#FCF1F4 (or 0xFCF1F4) is unknown color: approx Lavender Blush. HEX triplet: FC, F1 and F4. RGB value is (252,241,244). Sum of RGB (Red+Green+Blue) = 252+241+244=737 (97% of max value = 765). Red value is 252 (98.83% from 255 or 34.19% from 737); Green value is 241 (94.53% from 255 or 32.70% from 737); Blue value is 244 (95.70% from 255 or 33.11% from 737); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF1F4 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCF1F4 is #030E0B. Grayscale: #F4F4F4. Windows color (decimal): -200204 or 16052732. OLE color: 16052732.

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

Color convert

RGB252241244-
CMYK00.040.030.01
HSL343.64º64.71%96.67%-
HSV(B)343.64º4.37%98.82%-
XYZ87.9390.1498.35-
YUV244.63127.64133.26-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 34.19%
GREEN value IS 241 (94.53% from 255) = 32.70%
BLUE value IS 244 (95.70% from 255) = 33.11%
R=34.19%
G=32.70%
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.01
SystemRedGreenBlueCMYKHSL
Decimal25224124400.040.030.01343.6464.7196.67
HexFCF1F404311584161
Octal3743613640431530101141
Binary111111001111000111110100010011110101100010000011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCF1F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCF1F4; }

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

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

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

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

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

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

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

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