#FAFE7D

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

Shades of Dolly #FAFE7D

Tints of Dolly #FAFE7D

Color information

#FAFE7D (or 0xFAFE7D) is unknown color: approx Dolly. HEX triplet: FA, FE and 7D. RGB value is (250,254,125). Sum of RGB (Red+Green+Blue) = 250+254+125=629 (83% of max value = 765). Red value is 250 (98.05% from 255 or 39.75% from 629); Green value is 254 (99.61% from 255 or 40.38% from 629); Blue value is 125 (49.22% from 255 or 19.87% from 629); Max value from RGB is 254 - color contains mainly: green. Hex color #FAFE7D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FAFE7D is #050182. Grayscale: #EEEEEE. Windows color (decimal): -328067 or 8257274. OLE color: 8257274.

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

Color convert

RGB250254125-
CMYK0.0200.510.00
HSL61.86º98.47%74.31%-
HSV(B)61.86º50.79%99.61%-
XYZ78.5792.6933.15-
YUV238.164.17136.49-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 39.75%
GREEN value IS 254 (99.61% from 255) = 40.38%
BLUE value IS 125 (49.22% from 255) = 19.87%
R=39.75%
G=40.38%
B=19.87%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2502541250.0200.510.0061.8698.4774.31
HexFAFE7D203303e624a
Octal3723761752063076142112
Binary11111010111111101111101100110011011111011000101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAFE7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAFE7D; }

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

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

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

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

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

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

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

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