#F0FFFA

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

Shades of Mint Cream #F0FFFA

Tints of Mint Cream #F0FFFA

Color information

#F0FFFA (or 0xF0FFFA) is unknown color: approx Mint Cream. HEX triplet: F0, FF and FA. RGB value is (240,255,250). Sum of RGB (Red+Green+Blue) = 240+255+250=745 (98% of max value = 765). Red value is 240 (94.14% from 255 or 32.21% from 745); Green value is 255 (100% from 255 or 34.23% from 745); Blue value is 250 (98.05% from 255 or 33.56% from 745); Max value from RGB is 255 - color contains mainly: green. Hex color #F0FFFA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F0FFFA is #0F0005. Grayscale: #F9F9F9. Windows color (decimal): -983046 or 16449520. OLE color: 16449520.

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

Color convert

RGB240255250-
CMYK0.0600.020
HSL160º100%97.06%-
HSV(B)160º5.88%100%-
XYZ88.9596.95104.47-
YUV249.94128.03120.91-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 32.21%
GREEN value IS 255 (100% from 255) = 34.23%
BLUE value IS 250 (98.05% from 255) = 33.56%
R=32.21%
G=34.23%
B=33.56%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2402552500.0600.02016010097.06
HexF0FFFA6020a06461
Octal3603773726020240144141
Binary11110000111111111111101011001001010000011001001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0FFFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0FFFA; }

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

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

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

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

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

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

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

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