#FCF9FB

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

Shades of Lavender Blush #FCF9FB

Tints of Lavender Blush #FCF9FB

Color information

#FCF9FB (or 0xFCF9FB) is unknown color: approx Lavender Blush. HEX triplet: FC, F9 and FB. RGB value is (252,249,251). Sum of RGB (Red+Green+Blue) = 252+249+251=752 (99% of max value = 765). Red value is 252 (98.83% from 255 or 33.51% from 752); Green value is 249 (97.66% from 255 or 33.11% from 752); Blue value is 251 (98.44% from 255 or 33.38% from 752); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF9FB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCF9FB is #030604. Grayscale: #FAFAFA. Windows color (decimal): -198149 or 16513532. OLE color: 16513532.

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

Color convert

RGB252249251-
CMYK00.010.000.01
HSL320º33.33%98.24%-
HSV(B)320º1.19%98.82%-
XYZ91.4395.41104.86-
YUV250.12128.49129.34-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 33.51%
GREEN value IS 249 (97.66% from 255) = 33.11%
BLUE value IS 251 (98.44% from 255) = 33.38%
R=33.51%
G=33.11%
B=33.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.00
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25224925100.010.000.0132033.3398.24
HexFCF9FB01011402162
Octal374371373010150041142
Binary11111100111110011111101101011010000001000011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCF9FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCF9FB; }

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

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

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

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

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

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

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

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