#FCF3FA

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

Shades of Lavender Blush #FCF3FA

Tints of Lavender Blush #FCF3FA

Color information

#FCF3FA (or 0xFCF3FA) is unknown color: approx Lavender Blush. HEX triplet: FC, F3 and FA. RGB value is (252,243,250). Sum of RGB (Red+Green+Blue) = 252+243+250=745 (98% of max value = 765). Red value is 252 (98.83% from 255 or 33.83% from 745); Green value is 243 (95.31% from 255 or 32.62% from 745); Blue value is 250 (98.05% from 255 or 33.56% from 745); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF3FA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCF3FA is #030C05. Grayscale: #F6F6F6. Windows color (decimal): -199686 or 16446460. OLE color: 16446460.

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

Color convert

RGB252243250-
CMYK00.040.010.01
HSL313.33º60%97.06%-
HSV(B)313.33º3.57%98.82%-
XYZ89.4591.7103.43-
YUV246.49129.98131.93-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 33.83%
GREEN value IS 243 (95.31% from 255) = 32.62%
BLUE value IS 250 (98.05% from 255) = 33.56%
R=33.83%
G=32.62%
B=33.56%

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
Decimal25224325000.040.010.01313.336097.06
HexFCF3FA04111393c61
Octal374363372041147174141
Binary1111110011110011111110100100111001110011111001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCF3FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCF3FA; }

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

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

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

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

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

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

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

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