#FCF4FA

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

Shades of Lavender Blush #FCF4FA

Tints of Lavender Blush #FCF4FA

Color information

#FCF4FA (or 0xFCF4FA) is unknown color: approx Lavender Blush. HEX triplet: FC, F4 and FA. RGB value is (252,244,250). Sum of RGB (Red+Green+Blue) = 252+244+250=746 (98% of max value = 765). Red value is 252 (98.83% from 255 or 33.78% from 746); Green value is 244 (95.70% from 255 or 32.71% from 746); Blue value is 250 (98.05% from 255 or 33.51% from 746); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF4FA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCF4FA is #030B05. Grayscale: #F7F7F7. Windows color (decimal): -199430 or 16446716. OLE color: 16446716.

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

Color convert

RGB252244250-
CMYK00.030.010.01
HSL315º57.14%97.25%-
HSV(B)315º3.17%98.82%-
XYZ89.7592.3103.53-
YUV247.08129.65131.51-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 33.78%
GREEN value IS 244 (95.70% from 255) = 32.71%
BLUE value IS 250 (98.05% from 255) = 33.51%
R=33.78%
G=32.71%
B=33.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.01
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25224425000.030.010.0131557.1497.25
HexFCF4FA031113b3961
Octal374364372031147371141
Binary111111001111010011111010011111001110111110011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCF4FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCF4FA; }

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

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

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

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

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

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

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

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