Html Css Color HEX #FAFEFC Mint Cream

📋 copy color: '#FAFEFC'

red 250 ◦ green 254 ◦ blue 252

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

Shades of Mint Cream #FAFEFC

Tints of Mint Cream #FAFEFC

RGB

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

 GREEN value IS 254 (99.61% from 255) = 33.6%

 BLUE value IS 252 (98.83% from 255) = 33.33%

R = 33.07%
G = 33.6%
B = 33.33%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.01

 K value IS 0.00

RGB Variations

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

Color information

#FAFEFC (or 0xFAFEFC) is known color: Mint Cream. HEX triplet: FA, FE and FC. RGB value is (250,254,252). Sum of RGB (Red+Green+Blue) = 250+254+252=756 (100% of max value = 765). Red value is 250 (98.05% from 255 or 33.07% from 756); Green value is 254 (99.61% from 255 or 33.60% from 756); Blue value is 252 (98.83% from 255 or 33.33% from 756); Max value from RGB is 254 - color contains mainly: green. Hex color #FAFEFC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FAFEFC is #050103. Grayscale: #FCFCFC. Windows color (decimal): -327940 or 16580346. OLE color: 16580346.

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

Color convert

RGB 250 254 252 -
CMYK 0.02 0 0.01 0.00
HSL 150º 0.67% 0.99% -
HSV(B) 150º 0.02% 1% -
XYZ 92.44 98.24 106.18 -
YUV 252.58 127.67 126.16 -
System Red Green Blue C M Y K H S L
Decimal 250 254 252 0.02 0 0.01 0.00 150 0.67 0.99
Hex FA FE FC 2 0 1 0 96 43 63
Octal 372 376 374 2 0 1 0 226 103 143
Binary 11111010 11111110 11111100 10 0 1 0 10010110 1000011 1100011

Color Harmonies of #FAFEFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAFEFC

Black with #FAFEFC

Text Example


Text Example

White with #FAFEFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAFEFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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