#FCFAFB

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

Shades of Lavender Blush #FCFAFB

Tints of Lavender Blush #FCFAFB

Color information

#FCFAFB (or 0xFCFAFB) is unknown color: approx Lavender Blush. HEX triplet: FC, FA and FB. RGB value is (252,250,251). Sum of RGB (Red+Green+Blue) = 252+250+251=753 (99% of max value = 765). Red value is 252 (98.83% from 255 or 33.47% from 753); Green value is 250 (98.05% from 255 or 33.20% from 753); Blue value is 251 (98.44% from 255 or 33.33% from 753); Max value from RGB is 252 - color contains mainly: red. Hex color #FCFAFB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCFAFB is #030504. Grayscale: #FAFAFA. Windows color (decimal): -197893 or 16513788. OLE color: 16513788.

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

Color convert

RGB252250251-
CMYK00.010.000.01
HSL330º25%98.43%-
HSV(B)330º0.79%98.82%-
XYZ91.7496.03104.97-
YUV250.71128.16128.92-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 33.47%
GREEN value IS 250 (98.05% from 255) = 33.20%
BLUE value IS 251 (98.44% from 255) = 33.33%
R=33.47%
G=33.20%
B=33.33%

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
Decimal25225025100.010.000.013302598.43
HexFCFAFB010114a1962
Octal374372373010151231142
Binary1111110011111010111110110101101001010110011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCFAFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCFAFB; }

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

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

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

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

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

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

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

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