Html Css Color HEX #FDEA8E Picasso

📋 copy color: '#FDEA8E'

red 253 ◦ green 234 ◦ blue 142

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

Shades of Picasso #FDEA8E

Tints of Picasso #FDEA8E

RGB

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

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

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

R = 40.22%
G = 37.2%
B = 22.58%

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

#FDEA8E (or 0xFDEA8E) is known color: Picasso. HEX triplet: FD, EA and 8E. RGB value is (253,234,142). Sum of RGB (Red+Green+Blue) = 253+234+142=629 (83% of max value = 765). Red value is 253 (99.22% from 255 or 40.22% from 629); Green value is 234 (91.80% from 255 or 37.20% from 629); Blue value is 142 (55.86% from 255 or 22.58% from 629); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEA8E is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDEA8E is #021571. Grayscale: #E5E5E5. Windows color (decimal): -136562 or 9366269. OLE color: 9366269.

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

Color convert

RGB 253 234 142 -
CMYK 0 0.08 0.44 0.01
HSL 49.73º 0.97% 0.77% -
HSV(B) 49.73º 0.44% 0.99% -
XYZ 74.81 81.68 37.41 -
YUV 229.19 78.79 144.98 -
System Red Green Blue C M Y K H S L
Decimal 253 234 142 0 0.08 0.44 0.01 49.73 0.97 0.77
Hex FD EA 8E 0 8 2C 1 32 61 4D
Octal 375 352 216 0 10 54 1 62 141 115
Binary 11111101 11101010 10001110 0 1000 101100 1 110010 1100001 1001101

Color Harmonies of #FDEA8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDEA8E

Black with #FDEA8E

Text Example


Text Example

White with #FDEA8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDEA8E; }

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

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

background-color css

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

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

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

border-color css

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

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

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