#FAFCFA

Color #FAFCFA Honeydew (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Honeydew #FAFCFA

Tints of Honeydew #FAFCFA

Color information

#FAFCFA (or 0xFAFCFA) is unknown color: approx Honeydew. HEX triplet: FA, FC and FA. RGB value is (250,252,250). Sum of RGB (Red+Green+Blue) = 250+252+250=752 (99% of max value = 765). Red value is 250 (98.05% from 255 or 33.24% from 752); Green value is 252 (98.83% from 255 or 33.51% from 752); Blue value is 250 (98.05% from 255 or 33.24% from 752); Max value from RGB is 252 - color contains mainly: green. Hex color #FAFCFA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FAFCFA is #050305. Grayscale: #FBFBFB. Windows color (decimal): -328454 or 16448762. OLE color: 16448762.

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

Color convert

RGB250252250-
CMYK0.0100.010.01
HSL120º25%98.43%-
HSV(B)120º0.79%98.82%-
XYZ91.4996.85104.31-
YUV251.17127.34127.16-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 33.24%
GREEN value IS 252 (98.83% from 255) = 33.51%
BLUE value IS 250 (98.05% from 255) = 33.24%
R=33.24%
G=33.51%
B=33.24%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2502522500.0100.010.011202598.43
HexFAFCFA1011781962
Octal372374372101117031142
Binary11111010111111001111101010111111000110011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAFCFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAFCFA; }

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

 H1.HeaderClassName
 {
   color: #FAFCFA;
 }
 .AnyTagClassName
 {
   color: #FAFCFA;
 }
</style>
background-color css

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

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

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

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

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

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