#F5FDFA

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

Shades of Mint Cream #F5FDFA

Tints of Mint Cream #F5FDFA

Color information

#F5FDFA (or 0xF5FDFA) is unknown color: approx Mint Cream. HEX triplet: F5, FD and FA. RGB value is (245,253,250). Sum of RGB (Red+Green+Blue) = 245+253+250=748 (99% of max value = 765). Red value is 245 (96.09% from 255 or 32.75% from 748); Green value is 253 (99.22% from 255 or 33.82% from 748); Blue value is 250 (98.05% from 255 or 33.42% from 748); Max value from RGB is 253 - color contains mainly: green. Hex color #F5FDFA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F5FDFA is #0A0205. Grayscale: #FAFAFA. Windows color (decimal): -655878 or 16449013. OLE color: 16449013.

HSL color Cylindrical-coordinate representation of color #F5FDFA: hue angle of 157.5º degrees, saturation: 0.67, 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 #F5FDFA is Cyan = 0.03, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.01.

Color convert

RGB245253250-
CMYK0.0300.010.01
HSL157.5º66.67%97.65%-
HSV(B)157.5º3.16%99.22%-
XYZ90.0496.57104.34-
YUV250.27127.85124.24-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 32.75%
GREEN value IS 253 (99.22% from 255) = 33.82%
BLUE value IS 250 (98.05% from 255) = 33.42%
R=32.75%
G=33.82%
B=33.42%

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
Decimal2452532500.0300.010.01157.566.6797.65
HexF5FDFA30119e4362
Octal3653753723011236103142
Binary111101011111110111111010110111001111010000111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5FDFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5FDFA; }

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

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

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

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

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

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

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

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