Html Css Color HEX #FAFD7C Dolly

📋 copy color: '#FAFD7C'

red 250 ◦ green 253 ◦ blue 124

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

Shades of Dolly #FAFD7C

Tints of Dolly #FAFD7C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 19.78%

R = 39.87%
G = 40.35%
B = 19.78%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.51

 K value IS 0.01

RGB Variations

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

Color information

#FAFD7C (or 0xFAFD7C) is known color: Dolly. HEX triplet: FA, FD and 7C. RGB value is (250,253,124). Sum of RGB (Red+Green+Blue) = 250+253+124=627 (83% of max value = 765). Red value is 250 (98.05% from 255 or 39.87% from 627); Green value is 253 (99.22% from 255 or 40.35% from 627); Blue value is 124 (48.83% from 255 or 19.78% from 627); Max value from RGB is 253 - color contains mainly: green. Hex color #FAFD7C is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FAFD7C is #050283. Grayscale: #EDEDED. Windows color (decimal): -328324 or 8191482. OLE color: 8191482.

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

Color convert

RGB 250 253 124 -
CMYK 0.01 0 0.51 0.01
HSL 61.4º 0.97% 0.74% -
HSV(B) 61.4º 0.51% 0.99% -
XYZ 78.19 92.03 32.71 -
YUV 237.4 64.01 136.99 -
System Red Green Blue C M Y K H S L
Decimal 250 253 124 0.01 0 0.51 0.01 61.4 0.97 0.74
Hex FA FD 7C 1 0 33 1 3D 61 4A
Octal 372 375 174 1 0 63 1 75 141 112
Binary 11111010 11111101 1111100 1 0 110011 1 111101 1100001 1001010

Color Harmonies of #FAFD7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAFD7C

Black with #FAFD7C

Text Example


Text Example

White with #FAFD7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAFD7C; }

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

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

background-color css

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

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

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

border-color css

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

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

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