Html Css Color HEX #FAFE7D Dolly

📋 copy color: '#FAFE7D'

red 250 ◦ green 254 ◦ blue 125

#FAFE7D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dolly #FAFE7D

Tints of Dolly #FAFE7D

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 value IS 0.02

 M value IS 0

 Y value IS 0.51

 K value IS 0.00

RGB Variations

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

Color information

#FAFE7D (or 0xFAFE7D) is known color: 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

RGB 250 254 125 -
CMYK 0.02 0 0.51 0.00
HSL 61.86º 0.98% 0.74% -
HSV(B) 61.86º 0.51% 1% -
XYZ 78.57 92.69 33.15 -
YUV 238.1 64.17 136.49 -
System Red Green Blue C M Y K H S L
Decimal 250 254 125 0.02 0 0.51 0.00 61.86 0.98 0.74
Hex FA FE 7D 2 0 33 0 3E 62 4A
Octal 372 376 175 2 0 63 0 76 142 112
Binary 11111010 11111110 1111101 10 0 110011 0 111110 1100010 1001010

Color Harmonies of #FAFE7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAFE7D

Black with #FAFE7D

Text Example


Text Example

White with #FAFE7D

Text Example


Text Example

HTML Codes & Css Web 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>