Html Css Color HEX #FAFD7D Dolly

📋 copy color: '#FAFD7D'

red 250 ◦ green 253 ◦ blue 125

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

Shades of Dolly #FAFD7D

Tints of Dolly #FAFD7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 19.9%

R = 39.81%
G = 40.29%
B = 19.9%

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

#FAFD7D (or 0xFAFD7D) is known color: Dolly. HEX triplet: FA, FD and 7D. RGB value is (250,253,125). Sum of RGB (Red+Green+Blue) = 250+253+125=628 (83% of max value = 765). Red value is 250 (98.05% from 255 or 39.81% from 628); Green value is 253 (99.22% from 255 or 40.29% from 628); Blue value is 125 (49.22% from 255 or 19.90% from 628); Max value from RGB is 253 - color contains mainly: green. Hex color #FAFD7D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FAFD7D is #050282. Grayscale: #EEEEEE. Windows color (decimal): -328323 or 8257018. OLE color: 8257018.

HSL color Cylindrical-coordinate representation of color #FAFD7D: hue angle of 61.41º 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 #FAFD7D is Cyan = 0.01, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.01.

Color convert

RGB 250 253 125 -
CMYK 0.01 0 0.51 0.01
HSL 61.41º 0.97% 0.74% -
HSV(B) 61.41º 0.51% 0.99% -
XYZ 78.25 92.06 33.05 -
YUV 237.51 64.51 136.91 -
System Red Green Blue C M Y K H S L
Decimal 250 253 125 0.01 0 0.51 0.01 61.41 0.97 0.74
Hex FA FD 7D 1 0 33 1 3D 61 4A
Octal 372 375 175 1 0 63 1 75 141 112
Binary 11111010 11111101 1111101 1 0 110011 1 111101 1100001 1001010

Color Harmonies of #FAFD7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAFD7D

Black with #FAFD7D

Text Example


Text Example

White with #FAFD7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAFD7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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