Html Css Color HEX #FDEB8E Picasso

📋 copy color: '#FDEB8E'

red 253 ◦ green 235 ◦ blue 142

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

Shades of Picasso #FDEB8E

Tints of Picasso #FDEB8E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 22.54%

R = 40.16%
G = 37.3%
B = 22.54%

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

#FDEB8E (or 0xFDEB8E) is known color: Picasso. HEX triplet: FD, EB and 8E. RGB value is (253,235,142). Sum of RGB (Red+Green+Blue) = 253+235+142=630 (83% of max value = 765). Red value is 253 (99.22% from 255 or 40.16% from 630); Green value is 235 (92.19% from 255 or 37.30% from 630); Blue value is 142 (55.86% from 255 or 22.54% from 630); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEB8E is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDEB8E is #021471. Grayscale: #E6E6E6. Windows color (decimal): -136306 or 9366525. OLE color: 9366525.

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

Color convert

RGB 253 235 142 -
CMYK 0 0.07 0.44 0.01
HSL 50.27º 0.97% 0.77% -
HSV(B) 50.27º 0.44% 0.99% -
XYZ 75.1 82.25 37.51 -
YUV 229.78 78.46 144.56 -
System Red Green Blue C M Y K H S L
Decimal 253 235 142 0 0.07 0.44 0.01 50.27 0.97 0.77
Hex FD EB 8E 0 7 2C 1 32 61 4D
Octal 375 353 216 0 7 54 1 62 141 115
Binary 11111101 11101011 10001110 0 111 101100 1 110010 1100001 1001101

Color Harmonies of #FDEB8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDEB8E

Black with #FDEB8E

Text Example


Text Example

White with #FDEB8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDEB8E; }

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

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

background-color css

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

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

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

border-color css

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

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

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