#F6FEFA

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

Shades of Mint Cream #F6FEFA

Tints of Mint Cream #F6FEFA

Color information

#F6FEFA (or 0xF6FEFA) is unknown color: approx Mint Cream. HEX triplet: F6, FE and FA. RGB value is (246,254,250). Sum of RGB (Red+Green+Blue) = 246+254+250=750 (99% of max value = 765). Red value is 246 (96.48% from 255 or 32.8% from 750); Green value is 254 (99.61% from 255 or 33.87% from 750); Blue value is 250 (98.05% from 255 or 33.33% from 750); Max value from RGB is 254 - color contains mainly: green. Hex color #F6FEFA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F6FEFA is #090105. Grayscale: #FBFBFB. Windows color (decimal): -590086 or 16449270. OLE color: 16449270.

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

Color convert

RGB246254250-
CMYK0.0300.020.00
HSL150º80%98.04%-
HSV(B)150º3.15%99.61%-
XYZ90.797.38104.46-
YUV251.15127.35124.33-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 32.8%
GREEN value IS 254 (99.61% from 255) = 33.87%
BLUE value IS 250 (98.05% from 255) = 33.33%
R=32.8%
G=33.87%
B=33.33%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2462542500.0300.020.001508098.04
HexF6FEFA3020965062
Octal3663763723020226120142
Binary1111011011111110111110101101001001011010100001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6FEFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6FEFA; }

 p { color: rgb(246,254,250); }

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

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

 a { background-color: rgb(246,254,250); }

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

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

 span { border-color: rgb(246,254,250); }

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