#FCF1FA

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

Shades of Lavender Blush #FCF1FA

Tints of Lavender Blush #FCF1FA

Color information

#FCF1FA (or 0xFCF1FA) is unknown color: approx Lavender Blush. HEX triplet: FC, F1 and FA. RGB value is (252,241,250). Sum of RGB (Red+Green+Blue) = 252+241+250=743 (98% of max value = 765). Red value is 252 (98.83% from 255 or 33.92% from 743); Green value is 241 (94.53% from 255 or 32.44% from 743); Blue value is 250 (98.05% from 255 or 33.65% from 743); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF1FA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCF1FA is #030E05. Grayscale: #F5F5F5. Windows color (decimal): -200198 or 16445948. OLE color: 16445948.

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

Color convert

RGB252241250-
CMYK00.040.010.01
HSL310.91º64.71%96.67%-
HSV(B)310.91º4.37%98.82%-
XYZ88.8690.51103.23-
YUV245.32130.64132.77-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 33.92%
GREEN value IS 241 (94.53% from 255) = 32.44%
BLUE value IS 250 (98.05% from 255) = 33.65%
R=33.92%
G=32.44%
B=33.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.01
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25224125000.040.010.01310.9164.7196.67
HexFCF1FA04111374161
Octal3743613720411467101141
Binary11111100111100011111101001001110011011110000011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCF1FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCF1FA; }

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

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

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

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

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

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

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

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