Html Css Color HEX #FDEC8B Picasso

📋 copy color: '#FDEC8B'

red 253 ◦ green 236 ◦ blue 139

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

Shades of Picasso #FDEC8B

Tints of Picasso #FDEC8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 22.13%

R = 40.29%
G = 37.58%
B = 22.13%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.45

 K value IS 0.01

RGB Variations

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

Color information

#FDEC8B (or 0xFDEC8B) is known color: Picasso. HEX triplet: FD, EC and 8B. RGB value is (253,236,139). Sum of RGB (Red+Green+Blue) = 253+236+139=628 (83% of max value = 765). Red value is 253 (99.22% from 255 or 40.29% from 628); Green value is 236 (92.58% from 255 or 37.58% from 628); Blue value is 139 (54.69% from 255 or 22.13% from 628); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEC8B is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDEC8B is #021374. Grayscale: #E6E6E6. Windows color (decimal): -136053 or 9170173. OLE color: 9170173.

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

Color convert

RGB 253 236 139 -
CMYK 0 0.07 0.45 0.01
HSL 51.05º 0.97% 0.77% -
HSV(B) 51.05º 0.45% 0.99% -
XYZ 75.16 82.74 36.43 -
YUV 230.03 76.63 144.39 -
System Red Green Blue C M Y K H S L
Decimal 253 236 139 0 0.07 0.45 0.01 51.05 0.97 0.77
Hex FD EC 8B 0 7 2D 1 33 61 4D
Octal 375 354 213 0 7 55 1 63 141 115
Binary 11111101 11101100 10001011 0 111 101101 1 110011 1100001 1001101

Color Harmonies of #FDEC8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDEC8B

Black with #FDEC8B

Text Example


Text Example

White with #FDEC8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDEC8B; }

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

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

background-color css

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

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

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

border-color css

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

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

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