Html Css Color HEX #FCFE96 Canary

📋 copy color: '#FCFE96'

red 252 ◦ green 254 ◦ blue 150

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

Shades of Canary #FCFE96

Tints of Canary #FCFE96

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 22.87%

R = 38.41%
G = 38.72%
B = 22.87%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.41

 K value IS 0.00

RGB Variations

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

Color information

#FCFE96 (or 0xFCFE96) is known color: Canary. HEX triplet: FC, FE and 96. RGB value is (252,254,150). Sum of RGB (Red+Green+Blue) = 252+254+150=656 (86% of max value = 765). Red value is 252 (98.83% from 255 or 38.41% from 656); Green value is 254 (99.61% from 255 or 38.72% from 656); Blue value is 150 (58.98% from 255 or 22.87% from 656); Max value from RGB is 254 - color contains mainly: green. Hex color #FCFE96 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCFE96 is #030169. Grayscale: #F1F1F1. Windows color (decimal): -196970 or 9895676. OLE color: 9895676.

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

Color convert

RGB 252 254 150 -
CMYK 0.01 0 0.41 0.00
HSL 61.15º 0.98% 0.79% -
HSV(B) 61.15º 0.41% 1% -
XYZ 81.09 93.78 42.68 -
YUV 241.55 76.34 135.46 -
System Red Green Blue C M Y K H S L
Decimal 252 254 150 0.01 0 0.41 0.00 61.15 0.98 0.79
Hex FC FE 96 1 0 29 0 3D 62 4F
Octal 374 376 226 1 0 51 0 75 142 117
Binary 11111100 11111110 10010110 1 0 101001 0 111101 1100010 1001111

Color Harmonies of #FCFE96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCFE96

Black with #FCFE96

Text Example


Text Example

White with #FCFE96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCFE96; }

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

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

background-color css

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

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

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

border-color css

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

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

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