Html Css Color HEX #FCFF7F Witch Haze

📋 copy color: '#FCFF7F'

red 252 ◦ green 255 ◦ blue 127

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

Shades of Witch Haze #FCFF7F

Tints of Witch Haze #FCFF7F

RGB

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

 GREEN value IS 255 (100% from 255) = 40.22%

 BLUE value IS 127 (50% from 255) = 20.03%

R = 39.75%
G = 40.22%
B = 20.03%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.50

 K value IS 0

RGB Variations

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

Color information

#FCFF7F (or 0xFCFF7F) is known color: Witch Haze. HEX triplet: FC, FF and 7F. RGB value is (252,255,127). Sum of RGB (Red+Green+Blue) = 252+255+127=634 (83% of max value = 765). Red value is 252 (98.83% from 255 or 39.75% from 634); Green value is 255 (100% from 255 or 40.22% from 634); Blue value is 127 (50% from 255 or 20.03% from 634); Max value from RGB is 255 - color contains mainly: green. Hex color #FCFF7F is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCFF7F is #030080. Grayscale: #F0F0F0. Windows color (decimal): -196737 or 8388604. OLE color: 8388604.

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

Color convert

RGB 252 255 127 -
CMYK 0.01 0 0.50 0
HSL 61.41º 1% 0.75% -
HSV(B) 61.41º 0.5% 1% -
XYZ 79.74 93.75 33.97 -
YUV 239.51 64.51 136.91 -
System Red Green Blue C M Y K H S L
Decimal 252 255 127 0.01 0 0.50 0 61.41 1 0.75
Hex FC FF 7F 1 0 32 0 3D 64 4B
Octal 374 377 177 1 0 62 0 75 144 113
Binary 11111100 11111111 1111111 1 0 110010 0 111101 1100100 1001011

Color Harmonies of #FCFF7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCFF7F

Black with #FCFF7F

Text Example


Text Example

White with #FCFF7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCFF7F; }

 p { color: rgb(252,255,127); }

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

background-color css

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

 a { background-color: rgb(252,255,127); }

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

border-color css

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

 span { border-color: rgb(252,255,127); }

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