Html Css Color HEX #FCFE94 Canary

📋 copy color: '#FCFE94'

red 252 ◦ green 254 ◦ blue 148

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

Shades of Canary #FCFE94

Tints of Canary #FCFE94

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 22.63%

R = 38.53%
G = 38.84%
B = 22.63%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.42

 K value IS 0.00

RGB Variations

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

Color information

#FCFE94 (or 0xFCFE94) is known color: Canary. HEX triplet: FC, FE and 94. RGB value is (252,254,148). Sum of RGB (Red+Green+Blue) = 252+254+148=654 (86% of max value = 765). Red value is 252 (98.83% from 255 or 38.53% from 654); Green value is 254 (99.61% from 255 or 38.84% from 654); Blue value is 148 (58.20% from 255 or 22.63% from 654); Max value from RGB is 254 - color contains mainly: green. Hex color #FCFE94 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCFE94 is #03016B. Grayscale: #F1F1F1. Windows color (decimal): -196972 or 9764604. OLE color: 9764604.

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

Color convert

RGB 252 254 148 -
CMYK 0.01 0 0.42 0.00
HSL 61.13º 0.98% 0.79% -
HSV(B) 61.13º 0.42% 1% -
XYZ 80.93 93.72 41.84 -
YUV 241.32 75.34 135.62 -
System Red Green Blue C M Y K H S L
Decimal 252 254 148 0.01 0 0.42 0.00 61.13 0.98 0.79
Hex FC FE 94 1 0 2A 0 3D 62 4F
Octal 374 376 224 1 0 52 0 75 142 117
Binary 11111100 11111110 10010100 1 0 101010 0 111101 1100010 1001111

Color Harmonies of #FCFE94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCFE94

Black with #FCFE94

Text Example


Text Example

White with #FCFE94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCFE94; }

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

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

background-color css

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

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

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

border-color css

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

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

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