#FAFEFA

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

Shades of Honeydew #FAFEFA

Tints of Honeydew #FAFEFA

Color information

#FAFEFA (or 0xFAFEFA) is unknown color: approx Honeydew. HEX triplet: FA, FE and FA. RGB value is (250,254,250). Sum of RGB (Red+Green+Blue) = 250+254+250=754 (99% of max value = 765). Red value is 250 (98.05% from 255 or 33.16% from 754); Green value is 254 (99.61% from 255 or 33.69% from 754); Blue value is 250 (98.05% from 255 or 33.16% from 754); Max value from RGB is 254 - color contains mainly: green. Hex color #FAFEFA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FAFEFA is #050105. Grayscale: #FCFCFC. Windows color (decimal): -327942 or 16449274. OLE color: 16449274.

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

Color convert

RGB250254250-
CMYK0.0200.020.00
HSL120º66.67%98.82%-
HSV(B)120º1.57%99.61%-
XYZ92.1298.11104.52-
YUV252.35126.67126.33-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 33.16%
GREEN value IS 254 (99.61% from 255) = 33.69%
BLUE value IS 250 (98.05% from 255) = 33.16%
R=33.16%
G=33.69%
B=33.16%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2502542500.0200.020.0012066.6798.82
HexFAFEFA2020784363
Octal3723763722020170103143
Binary111110101111111011111010100100111100010000111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAFEFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAFEFA; }

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

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

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

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

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

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

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

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