#FAFEFB

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

Shades of Mint Cream #FAFEFB

Tints of Mint Cream #FAFEFB

Color information

#FAFEFB (or 0xFAFEFB) is unknown color: approx Mint Cream. HEX triplet: FA, FE and FB. RGB value is (250,254,251). Sum of RGB (Red+Green+Blue) = 250+254+251=755 (100% of max value = 765). Red value is 250 (98.05% from 255 or 33.11% from 755); Green value is 254 (99.61% from 255 or 33.64% from 755); Blue value is 251 (98.44% from 255 or 33.25% from 755); Max value from RGB is 254 - color contains mainly: green. Hex color #FAFEFB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FAFEFB is #050104. Grayscale: #FCFCFC. Windows color (decimal): -327941 or 16514810. OLE color: 16514810.

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

Color convert

RGB250254251-
CMYK0.0200.010.00
HSL135º66.67%98.82%-
HSV(B)135º1.57%99.61%-
XYZ92.2898.17105.35-
YUV252.46127.17126.24-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 33.11%
GREEN value IS 254 (99.61% from 255) = 33.64%
BLUE value IS 251 (98.44% from 255) = 33.25%
R=33.11%
G=33.64%
B=33.25%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2502542510.0200.010.0013566.6798.82
HexFAFEFB2010874363
Octal3723763732010207103143
Binary111110101111111011111011100101000011110000111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAFEFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAFEFB; }

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

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

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

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

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

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

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

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