#FAEE81

Color #FAEE81 Witch Haze (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Witch Haze #FAEE81

Tints of Witch Haze #FAEE81

Color information

#FAEE81 (or 0xFAEE81) is unknown color: approx Witch Haze. HEX triplet: FA, EE and 81. RGB value is (250,238,129). Sum of RGB (Red+Green+Blue) = 250+238+129=617 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.52% from 617); Green value is 238 (93.36% from 255 or 38.57% from 617); Blue value is 129 (50.78% from 255 or 20.91% from 617); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEE81 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAEE81 is #05117E. Grayscale: #E5E5E5. Windows color (decimal): -332159 or 8515322. OLE color: 8515322.

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

Color convert

RGB250238129-
CMYK00.050.480.02
HSL54.05º92.37%74.31%-
HSV(B)54.05º48.4%98.04%-
XYZ73.9683.0632.9-
YUV229.1671.48142.86-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 40.52%
GREEN value IS 238 (93.36% from 255) = 38.57%
BLUE value IS 129 (50.78% from 255) = 20.91%
R=40.52%
G=38.57%
B=20.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.48
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25023812900.050.480.0254.0592.3774.31
HexFAEE8105302365c4a
Octal3723562010560266134112
Binary11111010111011101000000101011100001011011010111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAEE81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAEE81; }

 p { color: rgb(250,238,129); }

 H1.HeaderClassName
 {
   color: #FAEE81;
 }
 .AnyTagClassName
 {
   color: #FAEE81;
 }
</style>
background-color css

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

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

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

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

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

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