Html Css Color HEX #F2FCF5 Mint Cream

📋 copy color: '#F2FCF5'

red 242 ◦ green 252 ◦ blue 245

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

Shades of Mint Cream #F2FCF5

Tints of Mint Cream #F2FCF5

RGB

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

 GREEN value IS 252 (98.83% from 255) = 34.1%

 BLUE value IS 245 (96.09% from 255) = 33.15%

R = 32.75%
G = 34.1%
B = 33.15%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.03

 K value IS 0.01

RGB Variations

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

Color information

#F2FCF5 (or 0xF2FCF5) is known color: Mint Cream. HEX triplet: F2, FC and F5. RGB value is (242,252,245). Sum of RGB (Red+Green+Blue) = 242+252+245=739 (97% of max value = 765). Red value is 242 (94.92% from 255 or 32.75% from 739); Green value is 252 (98.83% from 255 or 34.10% from 739); Blue value is 245 (96.09% from 255 or 33.15% from 739); Max value from RGB is 252 - color contains mainly: green. Hex color #F2FCF5 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F2FCF5 is #0D030A. Grayscale: #F8F8F8. Windows color (decimal): -852747 or 16121074. OLE color: 16121074.

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

Color convert

RGB 242 252 245 -
CMYK 0.04 0 0.03 0.01
HSL 138º 0.63% 0.97% -
HSV(B) 138º 0.04% 0.99% -
XYZ 87.91 95.09 100.11 -
YUV 248.21 126.19 123.57 -
System Red Green Blue C M Y K H S L
Decimal 242 252 245 0.04 0 0.03 0.01 138 0.63 0.97
Hex F2 FC F5 4 0 3 1 8A 3E 61
Octal 362 374 365 4 0 3 1 212 76 141
Binary 11110010 11111100 11110101 100 0 11 1 10001010 111110 1100001

Color Harmonies of #F2FCF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2FCF5

Black with #F2FCF5

Text Example


Text Example

White with #F2FCF5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2FCF5; }

 p { color: rgb(242,252,245); }

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

background-color css

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

 a { background-color: rgb(242,252,245); }

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

border-color css

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

 span { border-color: rgb(242,252,245); }

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