Html Css Color HEX #FCFE7E Witch Haze

📋 copy color: '#FCFE7E'

red 252 ◦ green 254 ◦ blue 126

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

Shades of Witch Haze #FCFE7E

Tints of Witch Haze #FCFE7E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 19.94%

R = 39.87%
G = 40.19%
B = 19.94%

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

#FCFE7E (or 0xFCFE7E) is known color: Witch Haze. HEX triplet: FC, FE and 7E. RGB value is (252,254,126). Sum of RGB (Red+Green+Blue) = 252+254+126=632 (83% of max value = 765). Red value is 252 (98.83% from 255 or 39.87% from 632); Green value is 254 (99.61% from 255 or 40.19% from 632); Blue value is 126 (49.61% from 255 or 19.94% from 632); Max value from RGB is 254 - color contains mainly: green. Hex color #FCFE7E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCFE7E is #030181. Grayscale: #EFEFEF. Windows color (decimal): -196994 or 8322812. OLE color: 8322812.

HSL color Cylindrical-coordinate representation of color #FCFE7E: hue angle of 60.94º 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 #FCFE7E is Cyan = 0.01, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.00.

Color convert

RGB 252 254 126 -
CMYK 0.01 0 0.50 0.00
HSL 60.94º 0.98% 0.75% -
HSV(B) 60.94º 0.5% 1% -
XYZ 79.35 93.09 33.52 -
YUV 238.81 64.34 137.41 -
System Red Green Blue C M Y K H S L
Decimal 252 254 126 0.01 0 0.50 0.00 60.94 0.98 0.75
Hex FC FE 7E 1 0 32 0 3D 62 4B
Octal 374 376 176 1 0 62 0 75 142 113
Binary 11111100 11111110 1111110 1 0 110010 0 111101 1100010 1001011

Color Harmonies of #FCFE7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCFE7E

Black with #FCFE7E

Text Example


Text Example

White with #FCFE7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCFE7E; }

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

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

background-color css

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

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

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

border-color css

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

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

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