#F5FEFA

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

Shades of Mint Cream #F5FEFA

Tints of Mint Cream #F5FEFA

Color information

#F5FEFA (or 0xF5FEFA) is unknown color: approx Mint Cream. HEX triplet: F5, FE and FA. RGB value is (245,254,250). Sum of RGB (Red+Green+Blue) = 245+254+250=749 (99% of max value = 765). Red value is 245 (96.09% from 255 or 32.71% from 749); Green value is 254 (99.61% from 255 or 33.91% from 749); Blue value is 250 (98.05% from 255 or 33.38% from 749); Max value from RGB is 254 - color contains mainly: green. Hex color #F5FEFA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F5FEFA is #0A0105. Grayscale: #FAFAFA. Windows color (decimal): -655622 or 16449269. OLE color: 16449269.

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

Color convert

RGB245254250-
CMYK0.0400.020.00
HSL153.33º81.82%97.84%-
HSV(B)153.33º3.54%99.61%-
XYZ90.3597.2104.44-
YUV250.85127.52123.83-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 32.71%
GREEN value IS 254 (99.61% from 255) = 33.91%
BLUE value IS 250 (98.05% from 255) = 33.38%
R=32.71%
G=33.91%
B=33.38%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2452542500.0400.020.00153.3381.8297.84
HexF5FEFA4020995262
Octal3653763724020231122142
Binary11110101111111101111101010001001001100110100101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5FEFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5FEFA; }

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

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

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

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

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

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

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

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