#FDEE93

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

Shades of Picasso #FDEE93

Tints of Picasso #FDEE93

Color information

#FDEE93 (or 0xFDEE93) is unknown color: approx Picasso. HEX triplet: FD, EE and 93. RGB value is (253,238,147). Sum of RGB (Red+Green+Blue) = 253+238+147=638 (84% of max value = 765). Red value is 253 (99.22% from 255 or 39.66% from 638); Green value is 238 (93.36% from 255 or 37.30% from 638); Blue value is 147 (57.81% from 255 or 23.04% from 638); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEE93 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDEE93 is #02116C. Grayscale: #E8E8E8. Windows color (decimal): -135533 or 9694973. OLE color: 9694973.

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

Color convert

RGB253238147-
CMYK00.060.420.01
HSL51.51º96.36%78.43%-
HSV(B)51.51º41.9%99.22%-
XYZ76.3584.1439.82-
YUV232.1179.97142.9-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 39.66%
GREEN value IS 238 (93.36% from 255) = 37.30%
BLUE value IS 147 (57.81% from 255) = 23.04%
R=39.66%
G=37.30%
B=23.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.42
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25323814700.060.420.0151.5196.3678.43
HexFDEE93062A134604e
Octal3753562230652164140116
Binary1111110111101110100100110110101010111010011000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDEE93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDEE93; }

 p { color: rgb(253,238,147); }

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

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

 a { background-color: rgb(253,238,147); }

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

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

 span { border-color: rgb(253,238,147); }

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