#FBF195

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

Shades of Picasso #FBF195

Tints of Picasso #FBF195

Color information

#FBF195 (or 0xFBF195) is unknown color: approx Picasso. HEX triplet: FB, F1 and 95. RGB value is (251,241,149). Sum of RGB (Red+Green+Blue) = 251+241+149=641 (84% of max value = 765). Red value is 251 (98.44% from 255 or 39.16% from 641); Green value is 241 (94.53% from 255 or 37.60% from 641); Blue value is 149 (58.59% from 255 or 23.24% from 641); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF195 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FBF195 is #040E6A. Grayscale: #E9E9E9. Windows color (decimal): -265835 or 9826811. OLE color: 9826811.

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

Color convert

RGB251241149-
CMYK00.040.410.02
HSL54.12º92.73%78.43%-
HSV(B)54.12º40.64%98.43%-
XYZ76.6685.5940.91-
YUV233.580.31140.48-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 39.16%
GREEN value IS 241 (94.53% from 255) = 37.60%
BLUE value IS 149 (58.59% from 255) = 23.24%
R=39.16%
G=37.60%
B=23.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.41
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25124114900.040.410.0254.1292.7378.43
HexFBF19504292365d4e
Octal3733612250451266135116
Binary11111011111100011001010101001010011011011010111011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBF195

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBF195; }

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

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

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

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

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

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

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

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