#FCF3F9

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

Shades of Lavender Blush #FCF3F9

Tints of Lavender Blush #FCF3F9

Color information

#FCF3F9 (or 0xFCF3F9) is unknown color: approx Lavender Blush. HEX triplet: FC, F3 and F9. RGB value is (252,243,249). Sum of RGB (Red+Green+Blue) = 252+243+249=744 (98% of max value = 765). Red value is 252 (98.83% from 255 or 33.87% from 744); Green value is 243 (95.31% from 255 or 32.66% from 744); Blue value is 249 (97.66% from 255 or 33.47% from 744); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF3F9 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCF3F9 is #030C06. Grayscale: #F6F6F6. Windows color (decimal): -199687 or 16380924. OLE color: 16380924.

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

Color convert

RGB252243249-
CMYK00.040.010.01
HSL320º60%97.06%-
HSV(B)320º3.57%98.82%-
XYZ89.2991.64102.6-
YUV246.37129.48132.01-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 33.87%
GREEN value IS 243 (95.31% from 255) = 32.66%
BLUE value IS 249 (97.66% from 255) = 33.47%
R=33.87%
G=32.66%
B=33.47%

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
Decimal25224324900.040.010.013206097.06
HexFCF3F904111403c61
Octal374363371041150074141
Binary1111110011110011111110010100111010000001111001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCF3F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCF3F9; }

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

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

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

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

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

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

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

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