Html Css Color HEX #FAFD4E Paris Daisy

📋 copy color: '#FAFD4E'

red 250 ◦ green 253 ◦ blue 78

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

Shades of Paris Daisy #FAFD4E

Tints of Paris Daisy #FAFD4E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 13.43%

R = 43.03%
G = 43.55%
B = 13.43%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.69

 K value IS 0.01

RGB Variations

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

Color information

#FAFD4E (or 0xFAFD4E) is known color: Paris Daisy. HEX triplet: FA, FD and 4E. RGB value is (250,253,78). Sum of RGB (Red+Green+Blue) = 250+253+78=581 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.03% from 581); Green value is 253 (99.22% from 255 or 43.55% from 581); Blue value is 78 (30.86% from 255 or 13.43% from 581); Max value from RGB is 253 - color contains mainly: green. Hex color #FAFD4E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FAFD4E is #0502B1. Grayscale: #E8E8E8. Windows color (decimal): -328370 or 5176826. OLE color: 5176826.

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

Color convert

RGB 250 253 78 -
CMYK 0.01 0 0.69 0.01
HSL 61.03º 0.98% 0.65% -
HSV(B) 61.03º 0.69% 0.99% -
XYZ 75.92 91.12 20.79 -
YUV 232.15 41.01 140.73 -
System Red Green Blue C M Y K H S L
Decimal 250 253 78 0.01 0 0.69 0.01 61.03 0.98 0.65
Hex FA FD 4E 1 0 45 1 3D 62 41
Octal 372 375 116 1 0 105 1 75 142 101
Binary 11111010 11111101 1001110 1 0 1000101 1 111101 1100010 1000001

Color Harmonies of #FAFD4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAFD4E

Black with #FAFD4E

Text Example


Text Example

White with #FAFD4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAFD4E; }

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

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

background-color css

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

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

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

border-color css

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

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

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