Html Css Color HEX #F2FFFA Mint Cream

📋 copy color: '#F2FFFA'

red 242 ◦ green 255 ◦ blue 250

#F2FFFA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mint Cream #F2FFFA

Tints of Mint Cream #F2FFFA

RGB

 RED value IS 242 (94.92% from 255) = 32.4%

 GREEN value IS 255 (100% from 255) = 34.14%

 BLUE value IS 250 (98.05% from 255) = 33.47%

R = 32.4%
G = 34.14%
B = 33.47%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.02

 K value IS 0

RGB Variations

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

Color information

#F2FFFA (or 0xF2FFFA) is known color: Mint Cream. HEX triplet: F2, FF and FA. RGB value is (242,255,250). Sum of RGB (Red+Green+Blue) = 242+255+250=747 (98% of max value = 765). Red value is 242 (94.92% from 255 or 32.40% from 747); Green value is 255 (100% from 255 or 34.14% from 747); Blue value is 250 (98.05% from 255 or 33.47% from 747); Max value from RGB is 255 - color contains mainly: green. Hex color #F2FFFA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F2FFFA is #0D0005. Grayscale: #FAFAFA. Windows color (decimal): -851974 or 16449522. OLE color: 16449522.

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

Color convert

RGB 242 255 250 -
CMYK 0.05 0 0.02 0
HSL 156.92º 1% 0.97% -
HSV(B) 156.92º 0.05% 1% -
XYZ 89.63 97.3 104.5 -
YUV 250.54 127.69 121.91 -
System Red Green Blue C M Y K H S L
Decimal 242 255 250 0.05 0 0.02 0 156.92 1 0.97
Hex F2 FF FA 5 0 2 0 9D 64 61
Octal 362 377 372 5 0 2 0 235 144 141
Binary 11110010 11111111 11111010 101 0 10 0 10011101 1100100 1100001

Color Harmonies of #F2FFFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2FFFA

Black with #F2FFFA

Text Example


Text Example

White with #F2FFFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2FFFA; }

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

 H1.HeaderClassName
 {
   color: #F2FFFA;
 }
 .AnyTagClassName
 {
   color: #F2FFFA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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