#FCF2FA

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

Shades of Lavender Blush #FCF2FA

Tints of Lavender Blush #FCF2FA

Color information

#FCF2FA (or 0xFCF2FA) is unknown color: approx Lavender Blush. HEX triplet: FC, F2 and FA. RGB value is (252,242,250). Sum of RGB (Red+Green+Blue) = 252+242+250=744 (98% of max value = 765). Red value is 252 (98.83% from 255 or 33.87% from 744); Green value is 242 (94.92% from 255 or 32.53% from 744); Blue value is 250 (98.05% from 255 or 33.60% from 744); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF2FA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCF2FA is #030D05. Grayscale: #F5F5F5. Windows color (decimal): -199942 or 16446204. OLE color: 16446204.

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

Color convert

RGB252242250-
CMYK00.040.010.01
HSL312º62.5%96.86%-
HSV(B)312º3.97%98.82%-
XYZ89.1591.1103.33-
YUV245.9130.31132.35-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 33.87%
GREEN value IS 242 (94.92% from 255) = 32.53%
BLUE value IS 250 (98.05% from 255) = 33.60%
R=33.87%
G=32.53%
B=33.60%

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
Decimal25224225000.040.010.0131262.596.86
HexFCF2FA04111383e61
Octal374362372041147076141
Binary1111110011110010111110100100111001110001111101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCF2FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCF2FA; }

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

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

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

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

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

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

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

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