Html Css Color HEX #FCFEA0 Canary

📋 copy color: '#FCFEA0'

red 252 ◦ green 254 ◦ blue 160

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

Shades of Canary #FCFEA0

Tints of Canary #FCFEA0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 24.02%

R = 37.84%
G = 38.14%
B = 24.02%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.37

 K value IS 0.00

RGB Variations

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

Color information

#FCFEA0 (or 0xFCFEA0) is known color: Canary. HEX triplet: FC, FE and A0. RGB value is (252,254,160). Sum of RGB (Red+Green+Blue) = 252+254+160=666 (88% of max value = 765). Red value is 252 (98.83% from 255 or 37.84% from 666); Green value is 254 (99.61% from 255 or 38.14% from 666); Blue value is 160 (62.89% from 255 or 24.02% from 666); Max value from RGB is 254 - color contains mainly: green. Hex color #FCFEA0 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCFEA0 is #03015F. Grayscale: #F3F3F3. Windows color (decimal): -196960 or 10551036. OLE color: 10551036.

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

Color convert

RGB 252 254 160 -
CMYK 0.01 0 0.37 0.00
HSL 61.28º 0.98% 0.81% -
HSV(B) 61.28º 0.37% 1% -
XYZ 81.93 94.12 47.11 -
YUV 242.69 81.34 134.64 -
System Red Green Blue C M Y K H S L
Decimal 252 254 160 0.01 0 0.37 0.00 61.28 0.98 0.81
Hex FC FE A0 1 0 25 0 3D 62 51
Octal 374 376 240 1 0 45 0 75 142 121
Binary 11111100 11111110 10100000 1 0 100101 0 111101 1100010 1010001

Color Harmonies of #FCFEA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCFEA0

Black with #FCFEA0

Text Example


Text Example

White with #FCFEA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCFEA0; }

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

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

background-color css

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

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

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

border-color css

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

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

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