#FBF198

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

Shades of Picasso #FBF198

Tints of Picasso #FBF198

Color information

#FBF198 (or 0xFBF198) is unknown color: approx Picasso. HEX triplet: FB, F1 and 98. RGB value is (251,241,152). Sum of RGB (Red+Green+Blue) = 251+241+152=644 (85% of max value = 765). Red value is 251 (98.44% from 255 or 38.98% from 644); Green value is 241 (94.53% from 255 or 37.42% from 644); Blue value is 152 (59.77% from 255 or 23.60% from 644); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF198 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FBF198 is #040E67. Grayscale: #EAEAEA. Windows color (decimal): -265832 or 10023419. OLE color: 10023419.

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

Color convert

RGB251241152-
CMYK00.040.390.02
HSL53.94º92.52%79.02%-
HSV(B)53.94º39.44%98.43%-
XYZ76.9185.6942.19-
YUV233.8481.81140.24-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 38.98%
GREEN value IS 241 (94.53% from 255) = 37.42%
BLUE value IS 152 (59.77% from 255) = 23.60%
R=38.98%
G=37.42%
B=23.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.39
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25124115200.040.390.0253.9492.5279.02
HexFBF19804272365d4f
Octal3733612300447266135117
Binary11111011111100011001100001001001111011011010111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBF198

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBF198; }

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

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

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

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

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

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

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

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