Html Css Color HEX #FAFF46 Paris Daisy

📋 copy color: '#FAFF46'

red 250 ◦ green 255 ◦ blue 70

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

Shades of Paris Daisy #FAFF46

Tints of Paris Daisy #FAFF46

RGB

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

 GREEN value IS 255 (100% from 255) = 44.35%

 BLUE value IS 70 (27.73% from 255) = 12.17%

R = 43.48%
G = 44.35%
B = 12.17%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.73

 K value IS 0

RGB Variations

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

Color information

#FAFF46 (or 0xFAFF46) is known color: Paris Daisy. HEX triplet: FA, FF and 46. RGB value is (250,255,70). Sum of RGB (Red+Green+Blue) = 250+255+70=575 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.48% from 575); Green value is 255 (100% from 255 or 44.35% from 575); Blue value is 70 (27.73% from 255 or 12.17% from 575); Max value from RGB is 255 - color contains mainly: green. Hex color #FAFF46 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FAFF46 is #0500B9. Grayscale: #E9E9E9. Windows color (decimal): -327866 or 4653050. OLE color: 4653050.

HSL color Cylindrical-coordinate representation of color #FAFF46: hue angle of 61.62º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #FAFF46 is Cyan = 0.02, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.

Color convert

RGB 250 255 70 -
CMYK 0.02 0 0.73 0
HSL 61.62º 1% 0.64% -
HSV(B) 61.62º 0.73% 1% -
XYZ 76.29 92.29 19.59 -
YUV 232.42 36.34 140.54 -
System Red Green Blue C M Y K H S L
Decimal 250 255 70 0.02 0 0.73 0 61.62 1 0.64
Hex FA FF 46 2 0 49 0 3E 64 40
Octal 372 377 106 2 0 111 0 76 144 100
Binary 11111010 11111111 1000110 10 0 1001001 0 111110 1100100 1000000

Color Harmonies of #FAFF46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAFF46

Black with #FAFF46

Text Example


Text Example

White with #FAFF46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAFF46; }

 p { color: rgb(250,255,70); }

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

background-color css

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

 a { background-color: rgb(250,255,70); }

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

border-color css

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

 span { border-color: rgb(250,255,70); }

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