Html Css Color HEX #FCFE7D Witch Haze

📋 copy color: '#FCFE7D'

red 252 ◦ green 254 ◦ blue 125

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

Shades of Witch Haze #FCFE7D

Tints of Witch Haze #FCFE7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 19.81%

R = 39.94%
G = 40.25%
B = 19.81%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.51

 K value IS 0.00

RGB Variations

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

Color information

#FCFE7D (or 0xFCFE7D) is known color: Witch Haze. HEX triplet: FC, FE and 7D. RGB value is (252,254,125). Sum of RGB (Red+Green+Blue) = 252+254+125=631 (83% of max value = 765). Red value is 252 (98.83% from 255 or 39.94% from 631); Green value is 254 (99.61% from 255 or 40.25% from 631); Blue value is 125 (49.22% from 255 or 19.81% from 631); Max value from RGB is 254 - color contains mainly: green. Hex color #FCFE7D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCFE7D is #030182. Grayscale: #EFEFEF. Windows color (decimal): -196995 or 8257276. OLE color: 8257276.

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

Color convert

RGB 252 254 125 -
CMYK 0.01 0 0.51 0.00
HSL 60.93º 0.98% 0.74% -
HSV(B) 60.93º 0.51% 1% -
XYZ 79.29 93.06 33.19 -
YUV 238.7 63.84 137.49 -
System Red Green Blue C M Y K H S L
Decimal 252 254 125 0.01 0 0.51 0.00 60.93 0.98 0.74
Hex FC FE 7D 1 0 33 0 3D 62 4A
Octal 374 376 175 1 0 63 0 75 142 112
Binary 11111100 11111110 1111101 1 0 110011 0 111101 1100010 1001010

Color Harmonies of #FCFE7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCFE7D

Black with #FCFE7D

Text Example


Text Example

White with #FCFE7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCFE7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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