Html Css Color HEX #FDEB8D Picasso

📋 copy color: '#FDEB8D'

red 253 ◦ green 235 ◦ blue 141

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

Shades of Picasso #FDEB8D

Tints of Picasso #FDEB8D

RGB

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

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

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

R = 40.22%
G = 37.36%
B = 22.42%

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

#FDEB8D (or 0xFDEB8D) is known color: Picasso. HEX triplet: FD, EB and 8D. RGB value is (253,235,141). Sum of RGB (Red+Green+Blue) = 253+235+141=629 (83% of max value = 765). Red value is 253 (99.22% from 255 or 40.22% from 629); Green value is 235 (92.19% from 255 or 37.36% from 629); Blue value is 141 (55.47% from 255 or 22.42% from 629); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEB8D is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDEB8D is #021472. Grayscale: #E6E6E6. Windows color (decimal): -136307 or 9300989. OLE color: 9300989.

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

Color convert

RGB 253 235 141 -
CMYK 0 0.07 0.44 0.01
HSL 50.36º 0.97% 0.77% -
HSV(B) 50.36º 0.44% 0.99% -
XYZ 75.02 82.22 37.12 -
YUV 229.67 77.96 144.64 -
System Red Green Blue C M Y K H S L
Decimal 253 235 141 0 0.07 0.44 0.01 50.36 0.97 0.77
Hex FD EB 8D 0 7 2C 1 32 61 4D
Octal 375 353 215 0 7 54 1 62 141 115
Binary 11111101 11101011 10001101 0 111 101100 1 110010 1100001 1001101

Color Harmonies of #FDEB8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDEB8D

Black with #FDEB8D

Text Example


Text Example

White with #FDEB8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDEB8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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