Html Css Color HEX #FAFD4D Paris Daisy

📋 copy color: '#FAFD4D'

red 250 ◦ green 253 ◦ blue 77

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

Shades of Paris Daisy #FAFD4D

Tints of Paris Daisy #FAFD4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 13.28%

R = 43.1%
G = 43.62%
B = 13.28%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.70

 K value IS 0.01

RGB Variations

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

Color information

#FAFD4D (or 0xFAFD4D) is known color: Paris Daisy. HEX triplet: FA, FD and 4D. RGB value is (250,253,77). Sum of RGB (Red+Green+Blue) = 250+253+77=580 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.10% from 580); Green value is 253 (99.22% from 255 or 43.62% from 580); Blue value is 77 (30.47% from 255 or 13.28% from 580); Max value from RGB is 253 - color contains mainly: green. Hex color #FAFD4D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FAFD4D is #0502B2. Grayscale: #E8E8E8. Windows color (decimal): -328371 or 5111290. OLE color: 5111290.

HSL color Cylindrical-coordinate representation of color #FAFD4D: hue angle of 61.02º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FAFD4D is Cyan = 0.01, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.01.

Color convert

RGB 250 253 77 -
CMYK 0.01 0 0.70 0.01
HSL 61.02º 0.98% 0.65% -
HSV(B) 61.02º 0.7% 0.99% -
XYZ 75.89 91.11 20.61 -
YUV 232.04 40.51 140.81 -
System Red Green Blue C M Y K H S L
Decimal 250 253 77 0.01 0 0.70 0.01 61.02 0.98 0.65
Hex FA FD 4D 1 0 46 1 3D 62 41
Octal 372 375 115 1 0 106 1 75 142 101
Binary 11111010 11111101 1001101 1 0 1000110 1 111101 1100010 1000001

Color Harmonies of #FAFD4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAFD4D

Black with #FAFD4D

Text Example


Text Example

White with #FAFD4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAFD4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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