#FDF194

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

Shades of Picasso #FDF194

Tints of Picasso #FDF194

Color information

#FDF194 (or 0xFDF194) is unknown color: approx Picasso. HEX triplet: FD, F1 and 94. RGB value is (253,241,148). Sum of RGB (Red+Green+Blue) = 253+241+148=642 (85% of max value = 765). Red value is 253 (99.22% from 255 or 39.41% from 642); Green value is 241 (94.53% from 255 or 37.54% from 642); Blue value is 148 (58.20% from 255 or 23.05% from 642); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF194 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDF194 is #020E6B. Grayscale: #EAEAEA. Windows color (decimal): -134764 or 9761277. OLE color: 9761277.

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

Color convert

RGB253241148-
CMYK00.050.420.01
HSL53.14º96.33%78.63%-
HSV(B)53.14º41.5%99.22%-
XYZ77.3185.9340.53-
YUV233.9979.48141.56-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 39.41%
GREEN value IS 241 (94.53% from 255) = 37.54%
BLUE value IS 148 (58.20% from 255) = 23.05%
R=39.41%
G=37.54%
B=23.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.42
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25324114800.050.420.0153.1496.3378.63
HexFDF194052A135604f
Octal3753612240552165140117
Binary1111110111110001100101000101101010111010111000001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDF194

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDF194; }

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

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

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

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

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

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

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

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