#F5FFFC

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

Shades of Mint Cream #F5FFFC

Tints of Mint Cream #F5FFFC

Color information

#F5FFFC (or 0xF5FFFC) is unknown color: approx Mint Cream. HEX triplet: F5, FF and FC. RGB value is (245,255,252). Sum of RGB (Red+Green+Blue) = 245+255+252=752 (99% of max value = 765). Red value is 245 (96.09% from 255 or 32.58% from 752); Green value is 255 (100% from 255 or 33.91% from 752); Blue value is 252 (98.83% from 255 or 33.51% from 752); Max value from RGB is 255 - color contains mainly: green. Hex color #F5FFFC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F5FFFC is #0A0003. Grayscale: #FBFBFB. Windows color (decimal): -655364 or 16580597. OLE color: 16580597.

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

Color convert

RGB245255252-
CMYK0.0400.010
HSL162º100%98.04%-
HSV(B)162º3.92%100%-
XYZ90.9997.96106.21-
YUV251.67128.19123.24-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 32.58%
GREEN value IS 255 (100% from 255) = 33.91%
BLUE value IS 252 (98.83% from 255) = 33.51%
R=32.58%
G=33.91%
B=33.51%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2452552520.0400.01016210098.04
HexF5FFFC4010a26462
Octal3653773744010242144142
Binary1111010111111111111111001000101010001011001001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5FFFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5FFFC; }

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

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

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

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

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

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

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

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