Html Css Color HEX #FAFCFB Mint Cream

📋 copy color: '#FAFCFB'

red 250 ◦ green 252 ◦ blue 251

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

Shades of Mint Cream #FAFCFB

Tints of Mint Cream #FAFCFB

RGB

 RED value IS 250 (98.05% from 255) = 33.2%

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

 BLUE value IS 251 (98.44% from 255) = 33.33%

R = 33.2%
G = 33.47%
B = 33.33%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.00

 K value IS 0.01

RGB Variations

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

Color information

#FAFCFB (or 0xFAFCFB) is known color: Mint Cream. HEX triplet: FA, FC and FB. RGB value is (250,252,251). Sum of RGB (Red+Green+Blue) = 250+252+251=753 (99% of max value = 765). Red value is 250 (98.05% from 255 or 33.20% from 753); Green value is 252 (98.83% from 255 or 33.47% from 753); Blue value is 251 (98.44% from 255 or 33.33% from 753); Max value from RGB is 252 - color contains mainly: green. Hex color #FAFCFB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FAFCFB is #050304. Grayscale: #FBFBFB. Windows color (decimal): -328453 or 16514298. OLE color: 16514298.

HSL color Cylindrical-coordinate representation of color #FAFCFB: hue angle of 150º degrees, saturation: 0.25, lightness: 0.98%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #FAFCFB is Cyan = 0.01, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.01.

Color convert

RGB 250 252 251 -
CMYK 0.01 0 0.00 0.01
HSL 150º 0.25% 0.98% -
HSV(B) 150º 0.01% 0.99% -
XYZ 91.65 96.91 105.14 -
YUV 251.29 127.84 127.08 -
System Red Green Blue C M Y K H S L
Decimal 250 252 251 0.01 0 0.00 0.01 150 0.25 0.98
Hex FA FC FB 1 0 0 1 96 19 62
Octal 372 374 373 1 0 0 1 226 31 142
Binary 11111010 11111100 11111011 1 0 0 1 10010110 11001 1100010

Color Harmonies of #FAFCFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAFCFB

Black with #FAFCFB

Text Example


Text Example

White with #FAFCFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAFCFB; }

 p { color: rgb(250,252,251); }

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

background-color css

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

 a { background-color: rgb(250,252,251); }

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

border-color css

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

 span { border-color: rgb(250,252,251); }

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