#FBF197

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

Shades of Picasso #FBF197

Tints of Picasso #FBF197

Color information

#FBF197 (or 0xFBF197) is unknown color: approx Picasso. HEX triplet: FB, F1 and 97. RGB value is (251,241,151). Sum of RGB (Red+Green+Blue) = 251+241+151=643 (85% of max value = 765). Red value is 251 (98.44% from 255 or 39.04% from 643); Green value is 241 (94.53% from 255 or 37.48% from 643); Blue value is 151 (59.38% from 255 or 23.48% from 643); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF197 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FBF197 is #040E68. Grayscale: #EAEAEA. Windows color (decimal): -265833 or 9957883. OLE color: 9957883.

HSL color Cylindrical-coordinate representation of color #FBF197: hue angle of 54º degrees, saturation: 0.93, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #FBF197 is Cyan = 0, Magento = 0.04, Yellow = 0.40 and Black (K on CMYK) = 0.02.

Color convert

RGB251241151-
CMYK00.040.400.02
HSL54º92.59%78.82%-
HSV(B)54º39.84%98.43%-
XYZ76.8285.6541.76-
YUV233.7381.31140.32-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 39.04%
GREEN value IS 241 (94.53% from 255) = 37.48%
BLUE value IS 151 (59.38% from 255) = 23.48%
R=39.04%
G=37.48%
B=23.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.40
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25124115100.040.400.025492.5978.82
HexFBF19704282365d4f
Octal3733612270450266135117
Binary11111011111100011001011101001010001011011010111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBF197

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBF197; }

 p { color: rgb(251,241,151); }

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

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

 a { background-color: rgb(251,241,151); }

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

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

 span { border-color: rgb(251,241,151); }

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