Html Css Color HEX #FAFD7F Dolly

📋 copy color: '#FAFD7F'

red 250 ◦ green 253 ◦ blue 127

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

Shades of Dolly #FAFD7F

Tints of Dolly #FAFD7F

RGB

 RED value IS 250 (98.05% from 255) = 39.68%

 GREEN value IS 253 (99.22% from 255) = 40.16%

 BLUE value IS 127 (50% from 255) = 20.16%

R = 39.68%
G = 40.16%
B = 20.16%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.50

 K value IS 0.01

RGB Variations

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

Color information

#FAFD7F (or 0xFAFD7F) is known color: Dolly. HEX triplet: FA, FD and 7F. RGB value is (250,253,127). Sum of RGB (Red+Green+Blue) = 250+253+127=630 (83% of max value = 765). Red value is 250 (98.05% from 255 or 39.68% from 630); Green value is 253 (99.22% from 255 or 40.16% from 630); Blue value is 127 (50% from 255 or 20.16% from 630); Max value from RGB is 253 - color contains mainly: green. Hex color #FAFD7F is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FAFD7F is #050280. Grayscale: #EEEEEE. Windows color (decimal): -328321 or 8388090. OLE color: 8388090.

HSL color Cylindrical-coordinate representation of color #FAFD7F: hue angle of 61.43º degrees, saturation: 0.97, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FAFD7F is Cyan = 0.01, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.01.

Color convert

RGB 250 253 127 -
CMYK 0.01 0 0.50 0.01
HSL 61.43º 0.97% 0.75% -
HSV(B) 61.43º 0.5% 0.99% -
XYZ 78.38 92.11 33.73 -
YUV 237.74 65.51 136.75 -
System Red Green Blue C M Y K H S L
Decimal 250 253 127 0.01 0 0.50 0.01 61.43 0.97 0.75
Hex FA FD 7F 1 0 32 1 3D 61 4B
Octal 372 375 177 1 0 62 1 75 141 113
Binary 11111010 11111101 1111111 1 0 110010 1 111101 1100001 1001011

Color Harmonies of #FAFD7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAFD7F

Black with #FAFD7F

Text Example


Text Example

White with #FAFD7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAFD7F; }

 p { color: rgb(250,253,127); }

 H1.HeaderClassName
 {
   color: #FAFD7F;
 }
 .AnyTagClassName
 {
   color: #FAFD7F;
 }
</style>

background-color css

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

 a { background-color: rgb(250,253,127); }

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

border-color css

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

 span { border-color: rgb(250,253,127); }

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