Html Css Color HEX #FDEB8A Picasso

📋 copy color: '#FDEB8A'

red 253 ◦ green 235 ◦ blue 138

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

Shades of Picasso #FDEB8A

Tints of Picasso #FDEB8A

RGB

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

 GREEN value IS 235 (92.19% from 255) = 37.54%

 BLUE value IS 138 (54.3% from 255) = 22.04%

R = 40.42%
G = 37.54%
B = 22.04%

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

#FDEB8A (or 0xFDEB8A) is known color: Picasso. HEX triplet: FD, EB and 8A. RGB value is (253,235,138). Sum of RGB (Red+Green+Blue) = 253+235+138=626 (82% of max value = 765). Red value is 253 (99.22% from 255 or 40.42% from 626); Green value is 235 (92.19% from 255 or 37.54% from 626); Blue value is 138 (54.30% from 255 or 22.04% from 626); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEB8A is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDEB8A is #021475. Grayscale: #E5E5E5. Windows color (decimal): -136310 or 9104381. OLE color: 9104381.

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

Color convert

RGB 253 235 138 -
CMYK 0 0.07 0.45 0.01
HSL 50.61º 0.97% 0.77% -
HSV(B) 50.61º 0.45% 0.99% -
XYZ 74.8 82.13 35.96 -
YUV 229.32 76.46 144.89 -
System Red Green Blue C M Y K H S L
Decimal 253 235 138 0 0.07 0.45 0.01 50.61 0.97 0.77
Hex FD EB 8A 0 7 2D 1 33 61 4D
Octal 375 353 212 0 7 55 1 63 141 115
Binary 11111101 11101011 10001010 0 111 101101 1 110011 1100001 1001101

Color Harmonies of #FDEB8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDEB8A

Black with #FDEB8A

Text Example


Text Example

White with #FDEB8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDEB8A; }

 p { color: rgb(253,235,138); }

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

background-color css

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

 a { background-color: rgb(253,235,138); }

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

border-color css

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

 span { border-color: rgb(253,235,138); }

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