#F5FCFA

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

Shades of Mint Cream #F5FCFA

Tints of Mint Cream #F5FCFA

Color information

#F5FCFA (or 0xF5FCFA) is unknown color: approx Mint Cream. HEX triplet: F5, FC and FA. RGB value is (245,252,250). Sum of RGB (Red+Green+Blue) = 245+252+250=747 (98% of max value = 765). Red value is 245 (96.09% from 255 or 32.80% from 747); Green value is 252 (98.83% from 255 or 33.73% from 747); Blue value is 250 (98.05% from 255 or 33.47% from 747); Max value from RGB is 252 - color contains mainly: green. Hex color #F5FCFA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F5FCFA is #0A0305. Grayscale: #F9F9F9. Windows color (decimal): -656134 or 16448757. OLE color: 16448757.

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

Color convert

RGB245252250-
CMYK0.0300.010.01
HSL162.86º53.85%97.45%-
HSV(B)162.86º2.78%98.82%-
XYZ89.7295.94104.23-
YUV249.68128.18124.66-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 32.80%
GREEN value IS 252 (98.83% from 255) = 33.73%
BLUE value IS 250 (98.05% from 255) = 33.47%
R=32.80%
G=33.73%
B=33.47%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2452522500.0300.010.01162.8653.8597.45
HexF5FCFA3011a33661
Octal365374372301124366141
Binary11110101111111001111101011011101000111101101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5FCFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5FCFA; }

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

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

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

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

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

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

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

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