Html Css Color HEX #FAFDFB Mint Cream

📋 copy color: '#FAFDFB'

red 250 ◦ green 253 ◦ blue 251

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

Shades of Mint Cream #FAFDFB

Tints of Mint Cream #FAFDFB

RGB

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

 GREEN value IS 253 (99.22% from 255) = 33.55%

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

R = 33.16%
G = 33.55%
B = 33.29%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.01

 K value IS 0.01

RGB Variations

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

Color information

#FAFDFB (or 0xFAFDFB) is known color: Mint Cream. HEX triplet: FA, FD and FB. RGB value is (250,253,251). Sum of RGB (Red+Green+Blue) = 250+253+251=754 (99% of max value = 765). Red value is 250 (98.05% from 255 or 33.16% from 754); Green value is 253 (99.22% from 255 or 33.55% from 754); Blue value is 251 (98.44% from 255 or 33.29% from 754); Max value from RGB is 253 - color contains mainly: green. Hex color #FAFDFB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FAFDFB is #050204. Grayscale: #FBFBFB. Windows color (decimal): -328197 or 16514554. OLE color: 16514554.

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

Color convert

RGB 250 253 251 -
CMYK 0.01 0 0.01 0.01
HSL 140º 0.43% 0.99% -
HSV(B) 140º 0.01% 0.99% -
XYZ 91.96 97.54 105.25 -
YUV 251.88 127.51 126.66 -
System Red Green Blue C M Y K H S L
Decimal 250 253 251 0.01 0 0.01 0.01 140 0.43 0.99
Hex FA FD FB 1 0 1 1 8C 2B 63
Octal 372 375 373 1 0 1 1 214 53 143
Binary 11111010 11111101 11111011 1 0 1 1 10001100 101011 1100011

Color Harmonies of #FAFDFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAFDFB

Black with #FAFDFB

Text Example


Text Example

White with #FAFDFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAFDFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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