#FAFF7C

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

Shades of Dolly #FAFF7C

Tints of Dolly #FAFF7C

Color information

#FAFF7C (or 0xFAFF7C) is unknown color: approx Dolly. HEX triplet: FA, FF and 7C. RGB value is (250,255,124). Sum of RGB (Red+Green+Blue) = 250+255+124=629 (83% of max value = 765). Red value is 250 (98.05% from 255 or 39.75% from 629); Green value is 255 (100% from 255 or 40.54% from 629); Blue value is 124 (48.83% from 255 or 19.71% from 629); Max value from RGB is 255 - color contains mainly: green. Hex color #FAFF7C is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FAFF7C is #050083. Grayscale: #EFEFEF. Windows color (decimal): -327812 or 8191994. OLE color: 8191994.

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

Color convert

RGB250255124-
CMYK0.0200.510
HSL62.29º100%74.31%-
HSV(B)62.29º51.37%100%-
XYZ78.8293.332.92-
YUV238.5763.34136.15-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 39.75%
GREEN value IS 255 (100% from 255) = 40.54%
BLUE value IS 124 (48.83% from 255) = 19.71%
R=39.75%
G=40.54%
B=19.71%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2502551240.0200.51062.2910074.31
HexFAFF7C203303e644a
Octal3723771742063076144112
Binary11111010111111111111100100110011011111011001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAFF7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAFF7C; }

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

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

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

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

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

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

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

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