Html Css Color HEX #FCFE80 Witch Haze

📋 copy color: '#FCFE80'

red 252 ◦ green 254 ◦ blue 128

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

Shades of Witch Haze #FCFE80

Tints of Witch Haze #FCFE80

RGB

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

 GREEN value IS 254 (99.61% from 255) = 40.06%

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

R = 39.75%
G = 40.06%
B = 20.19%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.50

 K value IS 0.00

RGB Variations

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

Color information

#FCFE80 (or 0xFCFE80) is known color: Witch Haze. HEX triplet: FC, FE and 80. RGB value is (252,254,128). Sum of RGB (Red+Green+Blue) = 252+254+128=634 (83% of max value = 765). Red value is 252 (98.83% from 255 or 39.75% from 634); Green value is 254 (99.61% from 255 or 40.06% from 634); Blue value is 128 (50.39% from 255 or 20.19% from 634); Max value from RGB is 254 - color contains mainly: green. Hex color #FCFE80 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCFE80 is #03017F. Grayscale: #EFEFEF. Windows color (decimal): -196992 or 8453884. OLE color: 8453884.

HSL color Cylindrical-coordinate representation of color #FCFE80: hue angle of 60.95º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FCFE80 is Cyan = 0.01, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.00.

Color convert

RGB 252 254 128 -
CMYK 0.01 0 0.50 0.00
HSL 60.95º 0.98% 0.75% -
HSV(B) 60.95º 0.5% 1% -
XYZ 79.48 93.14 34.21 -
YUV 239.04 65.34 137.25 -
System Red Green Blue C M Y K H S L
Decimal 252 254 128 0.01 0 0.50 0.00 60.95 0.98 0.75
Hex FC FE 80 1 0 32 0 3D 62 4B
Octal 374 376 200 1 0 62 0 75 142 113
Binary 11111100 11111110 10000000 1 0 110010 0 111101 1100010 1001011

Color Harmonies of #FCFE80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCFE80

Black with #FCFE80

Text Example


Text Example

White with #FCFE80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCFE80; }

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

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

background-color css

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

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

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

border-color css

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

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

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