#FDF195

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

Shades of Picasso #FDF195

Tints of Picasso #FDF195

Color information

#FDF195 (or 0xFDF195) is unknown color: approx Picasso. HEX triplet: FD, F1 and 95. RGB value is (253,241,149). Sum of RGB (Red+Green+Blue) = 253+241+149=643 (85% of max value = 765). Red value is 253 (99.22% from 255 or 39.35% from 643); Green value is 241 (94.53% from 255 or 37.48% from 643); Blue value is 149 (58.59% from 255 or 23.17% from 643); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF195 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDF195 is #020E6A. Grayscale: #EAEAEA. Windows color (decimal): -134763 or 9826813. OLE color: 9826813.

HSL color Cylindrical-coordinate representation of color #FDF195: hue angle of 53.08º 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 #FDF195 is Cyan = 0, Magento = 0.05, Yellow = 0.41 and Black (K on CMYK) = 0.01.

Color convert

RGB253241149-
CMYK00.050.410.01
HSL53.08º96.3%78.82%-
HSV(B)53.08º41.11%99.22%-
XYZ77.3985.9640.95-
YUV234.179.98141.48-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 39.35%
GREEN value IS 241 (94.53% from 255) = 37.48%
BLUE value IS 149 (58.59% from 255) = 23.17%
R=39.35%
G=37.48%
B=23.17%

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
Decimal25324114900.050.410.0153.0896.378.82
HexFDF1950529135604f
Octal3753612250551165140117
Binary1111110111110001100101010101101001111010111000001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDF195

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDF195; }

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

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

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

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

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

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

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

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