Html Css Color HEX #FCFD7D Witch Haze

📋 copy color: '#FCFD7D'

red 252 ◦ green 253 ◦ blue 125

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

Shades of Witch Haze #FCFD7D

Tints of Witch Haze #FCFD7D

RGB

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

 GREEN value IS 253 (99.22% from 255) = 40.16%

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

R = 40%
G = 40.16%
B = 19.84%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.51

 K value IS 0.01

RGB Variations

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

Color information

#FCFD7D (or 0xFCFD7D) is known color: Witch Haze. HEX triplet: FC, FD and 7D. RGB value is (252,253,125). Sum of RGB (Red+Green+Blue) = 252+253+125=630 (83% of max value = 765). Red value is 252 (98.83% from 255 or 40% from 630); Green value is 253 (99.22% from 255 or 40.16% from 630); Blue value is 125 (49.22% from 255 or 19.84% from 630); Max value from RGB is 253 - color contains mainly: green. Hex color #FCFD7D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCFD7D is #030282. Grayscale: #EEEEEE. Windows color (decimal): -197251 or 8257020. OLE color: 8257020.

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

Color convert

RGB 252 253 125 -
CMYK 0.00 0 0.51 0.01
HSL 60.47º 0.97% 0.74% -
HSV(B) 60.47º 0.51% 0.99% -
XYZ 78.97 92.43 33.08 -
YUV 238.11 64.17 137.91 -
System Red Green Blue C M Y K H S L
Decimal 252 253 125 0.00 0 0.51 0.01 60.47 0.97 0.74
Hex FC FD 7D 0 0 33 1 3C 61 4A
Octal 374 375 175 0 0 63 1 74 141 112
Binary 11111100 11111101 1111101 0 0 110011 1 111100 1100001 1001010

Color Harmonies of #FCFD7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCFD7D

Black with #FCFD7D

Text Example


Text Example

White with #FCFD7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCFD7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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