Html Css Color HEX #FDEA8D Picasso

📋 copy color: '#FDEA8D'

red 253 ◦ green 234 ◦ blue 141

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

Shades of Picasso #FDEA8D

Tints of Picasso #FDEA8D

RGB

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

 GREEN value IS 234 (91.8% from 255) = 37.26%

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

R = 40.29%
G = 37.26%
B = 22.45%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.44

 K value IS 0.01

RGB Variations

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

Color information

#FDEA8D (or 0xFDEA8D) is known color: Picasso. HEX triplet: FD, EA and 8D. RGB value is (253,234,141). Sum of RGB (Red+Green+Blue) = 253+234+141=628 (83% of max value = 765). Red value is 253 (99.22% from 255 or 40.29% from 628); Green value is 234 (91.80% from 255 or 37.26% from 628); Blue value is 141 (55.47% from 255 or 22.45% from 628); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEA8D is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDEA8D is #021572. Grayscale: #E5E5E5. Windows color (decimal): -136563 or 9300733. OLE color: 9300733.

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

Color convert

RGB 253 234 141 -
CMYK 0 0.08 0.44 0.01
HSL 49.82º 0.97% 0.77% -
HSV(B) 49.82º 0.44% 0.99% -
XYZ 74.74 81.65 37.02 -
YUV 229.08 78.29 145.06 -
System Red Green Blue C M Y K H S L
Decimal 253 234 141 0 0.08 0.44 0.01 49.82 0.97 0.77
Hex FD EA 8D 0 8 2C 1 32 61 4D
Octal 375 352 215 0 10 54 1 62 141 115
Binary 11111101 11101010 10001101 0 1000 101100 1 110010 1100001 1001101

Color Harmonies of #FDEA8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDEA8D

Black with #FDEA8D

Text Example


Text Example

White with #FDEA8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDEA8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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