#FAFFFD

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

Shades of Mint Cream #FAFFFD

Tints of Mint Cream #FAFFFD

Color information

#FAFFFD (or 0xFAFFFD) is unknown color: approx Mint Cream. HEX triplet: FA, FF and FD. RGB value is (250,255,253). Sum of RGB (Red+Green+Blue) = 250+255+253=758 (100% of max value = 765). Red value is 250 (98.05% from 255 or 32.98% from 758); Green value is 255 (100% from 255 or 33.64% from 758); Blue value is 253 (99.22% from 255 or 33.38% from 758); Max value from RGB is 255 - color contains mainly: green. Hex color #FAFFFD is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FAFFFD is #050002. Grayscale: #FDFDFD. Windows color (decimal): -327683 or 16646138. OLE color: 16646138.

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

Color convert

RGB250255253-
CMYK0.0200.010
HSL156º100%99.02%-
HSV(B)156º1.96%100%-
XYZ92.9198.94107.13-
YUV253.28127.84125.66-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 32.98%
GREEN value IS 255 (100% from 255) = 33.64%
BLUE value IS 253 (99.22% from 255) = 33.38%
R=32.98%
G=33.64%
B=33.38%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2502552530.0200.01015610099.02
HexFAFFFD20109c6463
Octal3723773752010234144143
Binary111110101111111111111101100101001110011001001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAFFFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAFFFD; }

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

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

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

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

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

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

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

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