#FAFFFC

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

Shades of Mint Cream #FAFFFC

Tints of Mint Cream #FAFFFC

Color information

#FAFFFC (or 0xFAFFFC) is unknown color: approx Mint Cream. HEX triplet: FA, FF and FC. RGB value is (250,255,252). Sum of RGB (Red+Green+Blue) = 250+255+252=757 (100% of max value = 765). Red value is 250 (98.05% from 255 or 33.03% from 757); Green value is 255 (100% from 255 or 33.69% from 757); Blue value is 252 (98.83% from 255 or 33.29% from 757); Max value from RGB is 255 - color contains mainly: green. Hex color #FAFFFC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FAFFFC is #050003. Grayscale: #FDFDFD. Windows color (decimal): -327684 or 16580602. OLE color: 16580602.

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

Color convert

RGB250255252-
CMYK0.0200.010
HSL144º100%99.02%-
HSV(B)144º1.96%100%-
XYZ92.7698.87106.29-
YUV253.16127.34125.74-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 33.03%
GREEN value IS 255 (100% from 255) = 33.69%
BLUE value IS 252 (98.83% from 255) = 33.29%
R=33.03%
G=33.69%
B=33.29%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2502552520.0200.01014410099.02
HexFAFFFC2010906463
Octal3723773742010220144143
Binary111110101111111111111100100101001000011001001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAFFFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAFFFC; }

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

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

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

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

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

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

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

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