#FCF9FA

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

Shades of Lavender Blush #FCF9FA

Tints of Lavender Blush #FCF9FA

Color information

#FCF9FA (or 0xFCF9FA) is unknown color: approx Lavender Blush. HEX triplet: FC, F9 and FA. RGB value is (252,249,250). Sum of RGB (Red+Green+Blue) = 252+249+250=751 (99% of max value = 765). Red value is 252 (98.83% from 255 or 33.56% from 751); Green value is 249 (97.66% from 255 or 33.16% from 751); Blue value is 250 (98.05% from 255 or 33.29% from 751); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF9FA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCF9FA is #030605. Grayscale: #FAFAFA. Windows color (decimal): -198150 or 16447996. OLE color: 16447996.

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

Color convert

RGB252249250-
CMYK00.010.010.01
HSL340º33.33%98.24%-
HSV(B)340º1.19%98.82%-
XYZ91.2895.35104.04-
YUV250.01127.99129.42-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 33.56%
GREEN value IS 249 (97.66% from 255) = 33.16%
BLUE value IS 250 (98.05% from 255) = 33.29%
R=33.56%
G=33.16%
B=33.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.01
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25224925000.010.010.0134033.3398.24
HexFCF9FA01111542162
Octal374371372011152441142
Binary11111100111110011111101001111010101001000011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCF9FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCF9FA; }

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

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

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

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

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

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

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

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