#FBFDA1

Color #FBFDA1 Canary (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Canary #FBFDA1

Tints of Canary #FBFDA1

Color information

#FBFDA1 (or 0xFBFDA1) is unknown color: approx Canary. HEX triplet: FB, FD and A1. RGB value is (251,253,161). Sum of RGB (Red+Green+Blue) = 251+253+161=665 (88% of max value = 765). Red value is 251 (98.44% from 255 or 37.74% from 665); Green value is 253 (99.22% from 255 or 38.05% from 665); Blue value is 161 (63.28% from 255 or 24.21% from 665); Max value from RGB is 253 - color contains mainly: green. Hex color #FBFDA1 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FBFDA1 is #04025E. Grayscale: #F2F2F2. Windows color (decimal): -262751 or 10616315. OLE color: 10616315.

HSL color Cylindrical-coordinate representation of color #FBFDA1: hue angle of 61.3º degrees, saturation: 0.96, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #FBFDA1 is Cyan = 0.01, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.01.

Color convert

RGB251253161-
CMYK0.0100.360.01
HSL61.3º95.83%81.18%-
HSV(B)61.3º36.36%99.22%-
XYZ81.3493.3347.45-
YUV241.9182.34134.48-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 37.74%
GREEN value IS 253 (99.22% from 255) = 38.05%
BLUE value IS 161 (63.28% from 255) = 24.21%
R=37.74%
G=38.05%
B=24.21%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2512531610.0100.360.0161.395.8381.18
HexFBFDA1102413d6051
Octal3733752411044175140121
Binary11111011111111011010000110100100111110111000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBFDA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBFDA1; }

 p { color: rgb(251,253,161); }

 H1.HeaderClassName
 {
   color: #FBFDA1;
 }
 .AnyTagClassName
 {
   color: #FBFDA1;
 }
</style>
background-color css

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

 a { background-color: rgb(251,253,161); }

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

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

 span { border-color: rgb(251,253,161); }

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