Html Css Color HEX #FAFE4D Paris Daisy

📋 copy color: '#FAFE4D'

red 250 ◦ green 254 ◦ blue 77

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

Shades of Paris Daisy #FAFE4D

Tints of Paris Daisy #FAFE4D

RGB

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

 GREEN value IS 254 (99.61% from 255) = 43.72%

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

R = 43.03%
G = 43.72%
B = 13.25%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.70

 K value IS 0.00

RGB Variations

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

Color information

#FAFE4D (or 0xFAFE4D) is known color: Paris Daisy. HEX triplet: FA, FE and 4D. RGB value is (250,254,77). Sum of RGB (Red+Green+Blue) = 250+254+77=581 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.03% from 581); Green value is 254 (99.61% from 255 or 43.72% from 581); Blue value is 77 (30.47% from 255 or 13.25% from 581); Max value from RGB is 254 - color contains mainly: green. Hex color #FAFE4D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FAFE4D is #0501B2. Grayscale: #E9E9E9. Windows color (decimal): -328115 or 5111546. OLE color: 5111546.

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

Color convert

RGB 250 254 77 -
CMYK 0.02 0 0.70 0.00
HSL 61.36º 0.99% 0.65% -
HSV(B) 61.36º 0.7% 1% -
XYZ 76.21 91.74 20.71 -
YUV 232.63 40.17 140.39 -
System Red Green Blue C M Y K H S L
Decimal 250 254 77 0.02 0 0.70 0.00 61.36 0.99 0.65
Hex FA FE 4D 2 0 46 0 3D 63 41
Octal 372 376 115 2 0 106 0 75 143 101
Binary 11111010 11111110 1001101 10 0 1000110 0 111101 1100011 1000001

Color Harmonies of #FAFE4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAFE4D

Black with #FAFE4D

Text Example


Text Example

White with #FAFE4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAFE4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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