#F6FDFA

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

Shades of Mint Cream #F6FDFA

Tints of Mint Cream #F6FDFA

Color information

#F6FDFA (or 0xF6FDFA) is unknown color: approx Mint Cream. HEX triplet: F6, FD and FA. RGB value is (246,253,250). Sum of RGB (Red+Green+Blue) = 246+253+250=749 (99% of max value = 765). Red value is 246 (96.48% from 255 or 32.84% from 749); Green value is 253 (99.22% from 255 or 33.78% from 749); Blue value is 250 (98.05% from 255 or 33.38% from 749); Max value from RGB is 253 - color contains mainly: green. Hex color #F6FDFA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F6FDFA is #090205. Grayscale: #FAFAFA. Windows color (decimal): -590342 or 16449014. OLE color: 16449014.

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

Color convert

RGB246253250-
CMYK0.0300.010.01
HSL154.29º63.64%97.84%-
HSV(B)154.29º2.77%99.22%-
XYZ90.3996.75104.35-
YUV250.56127.68124.74-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 32.84%
GREEN value IS 253 (99.22% from 255) = 33.78%
BLUE value IS 250 (98.05% from 255) = 33.38%
R=32.84%
G=33.78%
B=33.38%

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
Decimal2462532500.0300.010.01154.2963.6497.84
HexF6FDFA30119a4062
Octal3663753723011232100142
Binary111101101111110111111010110111001101010000001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6FDFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6FDFA; }

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

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

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

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

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

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

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

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