#FAFF76

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

Shades of Dolly #FAFF76

Tints of Dolly #FAFF76

Color information

#FAFF76 (or 0xFAFF76) is unknown color: approx Dolly. HEX triplet: FA, FF and 76. RGB value is (250,255,118). Sum of RGB (Red+Green+Blue) = 250+255+118=623 (82% of max value = 765). Red value is 250 (98.05% from 255 or 40.13% from 623); Green value is 255 (100% from 255 or 40.93% from 623); Blue value is 118 (46.48% from 255 or 18.94% from 623); Max value from RGB is 255 - color contains mainly: green. Hex color #FAFF76 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FAFF76 is #050089. Grayscale: #EEEEEE. Windows color (decimal): -327818 or 7798778. OLE color: 7798778.

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

Color convert

RGB250255118-
CMYK0.0200.540
HSL62.19º100%73.14%-
HSV(B)62.19º53.73%100%-
XYZ78.4593.1530.98-
YUV237.8960.34136.64-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 40.13%
GREEN value IS 255 (100% from 255) = 40.93%
BLUE value IS 118 (46.48% from 255) = 18.94%
R=40.13%
G=40.93%
B=18.94%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2502551180.0200.54062.1910073.14
HexFAFF76203603e6449
Octal3723771662066076144111
Binary11111010111111111110110100110110011111011001001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAFF76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAFF76; }

 p { color: rgb(250,255,118); }

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

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

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

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

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

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

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