#FDEA93

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

Shades of Picasso #FDEA93

Tints of Picasso #FDEA93

Color information

#FDEA93 (or 0xFDEA93) is unknown color: approx Picasso. HEX triplet: FD, EA and 93. RGB value is (253,234,147). Sum of RGB (Red+Green+Blue) = 253+234+147=634 (83% of max value = 765). Red value is 253 (99.22% from 255 or 39.91% from 634); Green value is 234 (91.80% from 255 or 36.91% from 634); Blue value is 147 (57.81% from 255 or 23.19% from 634); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEA93 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDEA93 is #02156C. Grayscale: #E6E6E6. Windows color (decimal): -136557 or 9693949. OLE color: 9693949.

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

Color convert

RGB253234147-
CMYK00.080.420.01
HSL49.25º96.36%78.43%-
HSV(B)49.25º41.9%99.22%-
XYZ75.281.8339.44-
YUV229.7681.29144.57-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 39.91%
GREEN value IS 234 (91.80% from 255) = 36.91%
BLUE value IS 147 (57.81% from 255) = 23.19%
R=39.91%
G=36.91%
B=23.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.42
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25323414700.080.420.0149.2596.3678.43
HexFDEA93082A131604e
Octal37535222301052161140116
Binary11111101111010101001001101000101010111000111000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDEA93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDEA93; }

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

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

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

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

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

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

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

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