Html Css Color HEX #FAFA7F Witch Haze

📋 copy color: '#FAFA7F'

red 250 ◦ green 250 ◦ blue 127

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

Shades of Witch Haze #FAFA7F

Tints of Witch Haze #FAFA7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 20.26%

R = 39.87%
G = 39.87%
B = 20.26%

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

#FAFA7F (or 0xFAFA7F) is known color: Witch Haze. HEX triplet: FA, FA and 7F. RGB value is (250,250,127). Sum of RGB (Red+Green+Blue) = 250+250+127=627 (83% of max value = 765). Red value is 250 (98.05% from 255 or 39.87% from 627); Green value is 250 (98.05% from 255 or 39.87% from 627); Blue value is 127 (50% from 255 or 20.26% from 627); Max value from RGB is 250 - color contains mainly: red, green. Hex color #FAFA7F is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FAFA7F is #050580. Grayscale: #ECECEC. Windows color (decimal): -329089 or 8387322. OLE color: 8387322.

HSL color Cylindrical-coordinate representation of color #FAFA7F: 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 #FAFA7F is Cyan = 0, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 250 127 -
CMYK 0 0 0.49 0.02
HSL 60º 0.92% 0.74% -
HSV(B) 60º 0.49% 0.98% -
XYZ 77.44 90.23 33.41 -
YUV 235.98 66.5 138 -
System Red Green Blue C M Y K H S L
Decimal 250 250 127 0 0 0.49 0.02 60 0.92 0.74
Hex FA FA 7F 0 0 31 2 3C 5C 4A
Octal 372 372 177 0 0 61 2 74 134 112
Binary 11111010 11111010 1111111 0 0 110001 10 111100 1011100 1001010

Color Harmonies of #FAFA7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAFA7F

Black with #FAFA7F

Text Example


Text Example

White with #FAFA7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAFA7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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