Html Css Color HEX #F2FCF8 Mint Cream

📋 copy color: '#F2FCF8'

red 242 ◦ green 252 ◦ blue 248

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

Shades of Mint Cream #F2FCF8

Tints of Mint Cream #F2FCF8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 33.42%

R = 32.61%
G = 33.96%
B = 33.42%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.02

 K value IS 0.01

RGB Variations

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

Color information

#F2FCF8 (or 0xF2FCF8) is known color: Mint Cream. HEX triplet: F2, FC and F8. RGB value is (242,252,248). Sum of RGB (Red+Green+Blue) = 242+252+248=742 (98% of max value = 765). Red value is 242 (94.92% from 255 or 32.61% from 742); Green value is 252 (98.83% from 255 or 33.96% from 742); Blue value is 248 (97.27% from 255 or 33.42% from 742); Max value from RGB is 252 - color contains mainly: green. Hex color #F2FCF8 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F2FCF8 is #0D0307. Grayscale: #F8F8F8. Windows color (decimal): -852744 or 16317682. OLE color: 16317682.

HSL color Cylindrical-coordinate representation of color #F2FCF8: hue angle of 156º 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 #F2FCF8 is Cyan = 0.04, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.01.

Color convert

RGB 242 252 248 -
CMYK 0.04 0 0.02 0.01
HSL 156º 0.63% 0.97% -
HSV(B) 156º 0.04% 0.99% -
XYZ 88.37 95.28 102.54 -
YUV 248.55 127.69 123.33 -
System Red Green Blue C M Y K H S L
Decimal 242 252 248 0.04 0 0.02 0.01 156 0.63 0.97
Hex F2 FC F8 4 0 2 1 9C 3E 61
Octal 362 374 370 4 0 2 1 234 76 141
Binary 11110010 11111100 11111000 100 0 10 1 10011100 111110 1100001

Color Harmonies of #F2FCF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2FCF8

Black with #F2FCF8

Text Example


Text Example

White with #F2FCF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2FCF8; }

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

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

background-color css

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

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

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

border-color css

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

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

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