#FCF8FB

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

Shades of Lavender Blush #FCF8FB

Tints of Lavender Blush #FCF8FB

Color information

#FCF8FB (or 0xFCF8FB) is unknown color: approx Lavender Blush. HEX triplet: FC, F8 and FB. RGB value is (252,248,251). Sum of RGB (Red+Green+Blue) = 252+248+251=751 (99% of max value = 765). Red value is 252 (98.83% from 255 or 33.56% from 751); Green value is 248 (97.27% from 255 or 33.02% from 751); Blue value is 251 (98.44% from 255 or 33.42% from 751); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF8FB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCF8FB is #030704. Grayscale: #F9F9F9. Windows color (decimal): -198405 or 16513276. OLE color: 16513276.

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

Color convert

RGB252248251-
CMYK00.020.000.01
HSL315º40%98.04%-
HSV(B)315º1.59%98.82%-
XYZ91.1294.8104.76-
YUV249.54128.83129.76-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 33.56%
GREEN value IS 248 (97.27% from 255) = 33.02%
BLUE value IS 251 (98.44% from 255) = 33.42%
R=33.56%
G=33.02%
B=33.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.00
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25224825100.020.000.013154098.04
HexFCF8FB020113b2862
Octal374370373020147350142
Binary111111001111100011111011010011001110111010001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCF8FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCF8FB; }

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

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

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

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

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

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

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

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