#FAFCFB

Color #FAFCFB Mint Cream (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mint Cream #FAFCFB

Tints of Mint Cream #FAFCFB

Color information

#FAFCFB (or 0xFAFCFB) is unknown color: approx Mint Cream. HEX triplet: FA, FC and FB. RGB value is (250,252,251). Sum of RGB (Red+Green+Blue) = 250+252+251=753 (99% of max value = 765). Red value is 250 (98.05% from 255 or 33.20% from 753); Green value is 252 (98.83% from 255 or 33.47% from 753); Blue value is 251 (98.44% from 255 or 33.33% from 753); Max value from RGB is 252 - color contains mainly: green. Hex color #FAFCFB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FAFCFB is #050304. Grayscale: #FBFBFB. Windows color (decimal): -328453 or 16514298. OLE color: 16514298.

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

Color convert

RGB250252251-
CMYK0.0100.000.01
HSL150º25%98.43%-
HSV(B)150º0.79%98.82%-
XYZ91.6596.91105.14-
YUV251.29127.84127.08-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2502522510.0100.000.011502598.43
HexFAFCFB1001961962
Octal372374373100122631142
Binary111110101111110011111011100110010110110011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAFCFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAFCFB; }

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

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

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

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

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

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

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

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