Html Css Color HEX #FDEA8A Picasso

📋 copy color: '#FDEA8A'

red 253 ◦ green 234 ◦ blue 138

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

Shades of Picasso #FDEA8A

Tints of Picasso #FDEA8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 22.08%

R = 40.48%
G = 37.44%
B = 22.08%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.45

 K value IS 0.01

RGB Variations

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

Color information

#FDEA8A (or 0xFDEA8A) is known color: Picasso. HEX triplet: FD, EA and 8A. RGB value is (253,234,138). Sum of RGB (Red+Green+Blue) = 253+234+138=625 (82% of max value = 765). Red value is 253 (99.22% from 255 or 40.48% from 625); Green value is 234 (91.80% from 255 or 37.44% from 625); Blue value is 138 (54.30% from 255 or 22.08% from 625); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEA8A is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDEA8A is #021575. Grayscale: #E5E5E5. Windows color (decimal): -136566 or 9104125. OLE color: 9104125.

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

Color convert

RGB 253 234 138 -
CMYK 0 0.08 0.45 0.01
HSL 50.09º 0.97% 0.77% -
HSV(B) 50.09º 0.45% 0.99% -
XYZ 74.52 81.56 35.86 -
YUV 228.74 76.79 145.31 -
System Red Green Blue C M Y K H S L
Decimal 253 234 138 0 0.08 0.45 0.01 50.09 0.97 0.77
Hex FD EA 8A 0 8 2D 1 32 61 4D
Octal 375 352 212 0 10 55 1 62 141 115
Binary 11111101 11101010 10001010 0 1000 101101 1 110010 1100001 1001101

Color Harmonies of #FDEA8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDEA8A

Black with #FDEA8A

Text Example


Text Example

White with #FDEA8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDEA8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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