#FAFE7B

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

Shades of Dolly #FAFE7B

Tints of Dolly #FAFE7B

Color information

#FAFE7B (or 0xFAFE7B) is unknown color: approx Dolly. HEX triplet: FA, FE and 7B. RGB value is (250,254,123). Sum of RGB (Red+Green+Blue) = 250+254+123=627 (83% of max value = 765). Red value is 250 (98.05% from 255 or 39.87% from 627); Green value is 254 (99.61% from 255 or 40.51% from 627); Blue value is 123 (48.44% from 255 or 19.62% from 627); Max value from RGB is 254 - color contains mainly: green. Hex color #FAFE7B is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FAFE7B is #050184. Grayscale: #EEEEEE. Windows color (decimal): -328069 or 8126202. OLE color: 8126202.

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

Color convert

RGB250254123-
CMYK0.0200.520.00
HSL61.83º98.5%73.92%-
HSV(B)61.83º51.57%99.61%-
XYZ78.4492.6432.49-
YUV237.8763.17136.65-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 39.87%
GREEN value IS 254 (99.61% from 255) = 40.51%
BLUE value IS 123 (48.44% from 255) = 19.62%
R=39.87%
G=40.51%
B=19.62%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2502541230.0200.520.0061.8398.573.92
HexFAFE7B203403e624a
Octal3723761732064076142112
Binary11111010111111101111011100110100011111011000101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAFE7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAFE7B; }

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

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

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

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

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

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

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

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