Html Css Color HEX #FDEC8D Picasso

📋 copy color: '#FDEC8D'

red 253 ◦ green 236 ◦ blue 141

#FDEC8D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Picasso #FDEC8D

Tints of Picasso #FDEC8D

RGB

 RED value IS 253 (99.22% from 255) = 40.16%

 GREEN value IS 236 (92.58% from 255) = 37.46%

 BLUE value IS 141 (55.47% from 255) = 22.38%

R = 40.16%
G = 37.46%
B = 22.38%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.44

 K value IS 0.01

RGB Variations

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

Color information

#FDEC8D (or 0xFDEC8D) is known color: Picasso. HEX triplet: FD, EC and 8D. RGB value is (253,236,141). Sum of RGB (Red+Green+Blue) = 253+236+141=630 (83% of max value = 765). Red value is 253 (99.22% from 255 or 40.16% from 630); Green value is 236 (92.58% from 255 or 37.46% from 630); Blue value is 141 (55.47% from 255 or 22.38% from 630); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEC8D is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDEC8D is #021372. Grayscale: #E6E6E6. Windows color (decimal): -136051 or 9301245. OLE color: 9301245.

HSL color Cylindrical-coordinate representation of color #FDEC8D: hue angle of 50.89º degrees, saturation: 0.97, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FDEC8D is Cyan = 0, Magento = 0.07, Yellow = 0.44 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 236 141 -
CMYK 0 0.07 0.44 0.01
HSL 50.89º 0.97% 0.77% -
HSV(B) 50.89º 0.44% 0.99% -
XYZ 75.31 82.8 37.21 -
YUV 230.25 77.63 144.22 -
System Red Green Blue C M Y K H S L
Decimal 253 236 141 0 0.07 0.44 0.01 50.89 0.97 0.77
Hex FD EC 8D 0 7 2C 1 33 61 4D
Octal 375 354 215 0 7 54 1 63 141 115
Binary 11111101 11101100 10001101 0 111 101100 1 110011 1100001 1001101

Color Harmonies of #FDEC8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDEC8D

Black with #FDEC8D

Text Example


Text Example

White with #FDEC8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDEC8D; }

 p { color: rgb(253,236,141); }

 H1.HeaderClassName
 {
   color: #FDEC8D;
 }
 .AnyTagClassName
 {
   color: #FDEC8D;
 }
</style>

background-color css

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

 a { background-color: rgb(253,236,141); }

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

border-color css

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

 span { border-color: rgb(253,236,141); }

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