Html Css Color HEX #FDEB8C Picasso

📋 copy color: '#FDEB8C'

red 253 ◦ green 235 ◦ blue 140

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

Shades of Picasso #FDEB8C

Tints of Picasso #FDEB8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 22.29%

R = 40.29%
G = 37.42%
B = 22.29%

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

#FDEB8C (or 0xFDEB8C) is known color: Picasso. HEX triplet: FD, EB and 8C. RGB value is (253,235,140). Sum of RGB (Red+Green+Blue) = 253+235+140=628 (83% of max value = 765). Red value is 253 (99.22% from 255 or 40.29% from 628); Green value is 235 (92.19% from 255 or 37.42% from 628); Blue value is 140 (55.08% from 255 or 22.29% from 628); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEB8C is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDEB8C is #021473. Grayscale: #E5E5E5. Windows color (decimal): -136308 or 9235453. OLE color: 9235453.

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

Color convert

RGB 253 235 140 -
CMYK 0 0.07 0.45 0.01
HSL 50.44º 0.97% 0.77% -
HSV(B) 50.44º 0.45% 0.99% -
XYZ 74.95 82.19 36.73 -
YUV 229.55 77.46 144.72 -
System Red Green Blue C M Y K H S L
Decimal 253 235 140 0 0.07 0.45 0.01 50.44 0.97 0.77
Hex FD EB 8C 0 7 2D 1 32 61 4D
Octal 375 353 214 0 7 55 1 62 141 115
Binary 11111101 11101011 10001100 0 111 101101 1 110010 1100001 1001101

Color Harmonies of #FDEB8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDEB8C

Black with #FDEB8C

Text Example


Text Example

White with #FDEB8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDEB8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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