#FCEE7E

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

Shades of Witch Haze #FCEE7E

Tints of Witch Haze #FCEE7E

Color information

#FCEE7E (or 0xFCEE7E) is unknown color: approx Witch Haze. HEX triplet: FC, EE and 7E. RGB value is (252,238,126). Sum of RGB (Red+Green+Blue) = 252+238+126=616 (81% of max value = 765). Red value is 252 (98.83% from 255 or 40.91% from 616); Green value is 238 (93.36% from 255 or 38.64% from 616); Blue value is 126 (49.61% from 255 or 20.45% from 616); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEE7E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCEE7E is #031181. Grayscale: #E5E5E5. Windows color (decimal): -201090 or 8318716. OLE color: 8318716.

HSL color Cylindrical-coordinate representation of color #FCEE7E: hue angle of 53.33º degrees, saturation: 0.95, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FCEE7E is Cyan = 0, Magento = 0.06, Yellow = 0.5 and Black (K on CMYK) = 0.01.

Color convert

RGB252238126-
CMYK00.060.50.01
HSL53.33º95.45%74.12%-
HSV(B)53.33º50%98.82%-
XYZ74.4983.3531.9-
YUV229.4269.64144.11-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 40.91%
GREEN value IS 238 (93.36% from 255) = 38.64%
BLUE value IS 126 (49.61% from 255) = 20.45%
R=40.91%
G=38.64%
B=20.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.5
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25223812600.060.50.0153.3395.4574.12
HexFCEE7E06321355f4a
Octal3743561760662165137112
Binary111111001110111011111100110110010111010110111111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCEE7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCEE7E; }

 p { color: rgb(252,238,126); }

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

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

 a { background-color: rgb(252,238,126); }

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

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

 span { border-color: rgb(252,238,126); }

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