#FDF196

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

Shades of Picasso #FDF196

Tints of Picasso #FDF196

Color information

#FDF196 (or 0xFDF196) is unknown color: approx Picasso. HEX triplet: FD, F1 and 96. RGB value is (253,241,150). Sum of RGB (Red+Green+Blue) = 253+241+150=644 (85% of max value = 765). Red value is 253 (99.22% from 255 or 39.29% from 644); Green value is 241 (94.53% from 255 or 37.42% from 644); Blue value is 150 (58.98% from 255 or 23.29% from 644); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF196 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDF196 is #020E69. Grayscale: #EAEAEA. Windows color (decimal): -134762 or 9892349. OLE color: 9892349.

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

Color convert

RGB253241150-
CMYK00.050.410.01
HSL53.01º96.26%79.02%-
HSV(B)53.01º40.71%99.22%-
XYZ77.478641.37-
YUV234.2180.48141.4-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 39.29%
GREEN value IS 241 (94.53% from 255) = 37.42%
BLUE value IS 150 (58.98% from 255) = 23.29%
R=39.29%
G=37.42%
B=23.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.41
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25324115000.050.410.0153.0196.2679.02
HexFDF1960529135604f
Octal3753612260551165140117
Binary1111110111110001100101100101101001111010111000001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDF196

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDF196; }

 p { color: rgb(253,241,150); }

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

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

 a { background-color: rgb(253,241,150); }

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

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

 span { border-color: rgb(253,241,150); }

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