Html Css Color HEX #FAFA80 Witch Haze

📋 copy color: '#FAFA80'

red 250 ◦ green 250 ◦ blue 128

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

Shades of Witch Haze #FAFA80

Tints of Witch Haze #FAFA80

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 20.38%

R = 39.81%
G = 39.81%
B = 20.38%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.49

 K value IS 0.02

RGB Variations

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

Color information

#FAFA80 (or 0xFAFA80) is known color: Witch Haze. HEX triplet: FA, FA and 80. RGB value is (250,250,128). Sum of RGB (Red+Green+Blue) = 250+250+128=628 (83% of max value = 765). Red value is 250 (98.05% from 255 or 39.81% from 628); Green value is 250 (98.05% from 255 or 39.81% from 628); Blue value is 128 (50.39% from 255 or 20.38% from 628); Max value from RGB is 250 - color contains mainly: red, green. Hex color #FAFA80 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAFA80 is #05057F. Grayscale: #ECECEC. Windows color (decimal): -329088 or 8452858. OLE color: 8452858.

HSL color Cylindrical-coordinate representation of color #FAFA80: hue angle of 60º degrees, saturation: 0.92, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #FAFA80 is Cyan = 0, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 250 128 -
CMYK 0 0 0.49 0.02
HSL 60º 0.92% 0.74% -
HSV(B) 60º 0.49% 0.98% -
XYZ 77.51 90.25 33.76 -
YUV 236.09 67 137.92 -
System Red Green Blue C M Y K H S L
Decimal 250 250 128 0 0 0.49 0.02 60 0.92 0.74
Hex FA FA 80 0 0 31 2 3C 5C 4A
Octal 372 372 200 0 0 61 2 74 134 112
Binary 11111010 11111010 10000000 0 0 110001 10 111100 1011100 1001010

Color Harmonies of #FAFA80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAFA80

Black with #FAFA80

Text Example


Text Example

White with #FAFA80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAFA80; }

 p { color: rgb(250,250,128); }

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

background-color css

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

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

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

border-color css

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

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

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