Html Css Color HEX #FCEE80 Witch Haze

📋 copy color: '#FCEE80'

red 252 ◦ green 238 ◦ blue 128

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

Shades of Witch Haze #FCEE80

Tints of Witch Haze #FCEE80

RGB

 RED value IS 252 (98.83% from 255) = 40.78%

 GREEN value IS 238 (93.36% from 255) = 38.51%

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

R = 40.78%
G = 38.51%
B = 20.71%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.49

 K value IS 0.01

RGB Variations

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

Color information

#FCEE80 (or 0xFCEE80) is known color: Witch Haze. HEX triplet: FC, EE and 80. RGB value is (252,238,128). Sum of RGB (Red+Green+Blue) = 252+238+128=618 (81% of max value = 765). Red value is 252 (98.83% from 255 or 40.78% from 618); Green value is 238 (93.36% from 255 or 38.51% from 618); Blue value is 128 (50.39% from 255 or 20.71% from 618); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEE80 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCEE80 is #03117F. Grayscale: #E6E6E6. Windows color (decimal): -201088 or 8449788. OLE color: 8449788.

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

Color convert

RGB 252 238 128 -
CMYK 0 0.06 0.49 0.01
HSL 53.23º 0.95% 0.75% -
HSV(B) 53.23º 0.49% 0.99% -
XYZ 74.62 83.4 32.59 -
YUV 229.65 70.64 143.94 -
System Red Green Blue C M Y K H S L
Decimal 252 238 128 0 0.06 0.49 0.01 53.23 0.95 0.75
Hex FC EE 80 0 6 31 1 35 5F 4B
Octal 374 356 200 0 6 61 1 65 137 113
Binary 11111100 11101110 10000000 0 110 110001 1 110101 1011111 1001011

Color Harmonies of #FCEE80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCEE80

Black with #FCEE80

Text Example


Text Example

White with #FCEE80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCEE80; }

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

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

background-color css

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

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

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

border-color css

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

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

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