Html Css Color HEX #FDEA90 Picasso

📋 copy color: '#FDEA90'

red 253 ◦ green 234 ◦ blue 144

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

Shades of Picasso #FDEA90

Tints of Picasso #FDEA90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 22.82%

R = 40.1%
G = 37.08%
B = 22.82%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.43

 K value IS 0.01

RGB Variations

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

Color information

#FDEA90 (or 0xFDEA90) is known color: Picasso. HEX triplet: FD, EA and 90. RGB value is (253,234,144). Sum of RGB (Red+Green+Blue) = 253+234+144=631 (83% of max value = 765). Red value is 253 (99.22% from 255 or 40.10% from 631); Green value is 234 (91.80% from 255 or 37.08% from 631); Blue value is 144 (56.64% from 255 or 22.82% from 631); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEA90 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDEA90 is #02156F. Grayscale: #E5E5E5. Windows color (decimal): -136560 or 9497341. OLE color: 9497341.

HSL color Cylindrical-coordinate representation of color #FDEA90: hue angle of 49.54º degrees, saturation: 0.96, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #FDEA90 is Cyan = 0, Magento = 0.08, Yellow = 0.43 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 234 144 -
CMYK 0 0.08 0.43 0.01
HSL 49.54º 0.96% 0.78% -
HSV(B) 49.54º 0.43% 0.99% -
XYZ 74.96 81.74 38.21 -
YUV 229.42 79.79 144.82 -
System Red Green Blue C M Y K H S L
Decimal 253 234 144 0 0.08 0.43 0.01 49.54 0.96 0.78
Hex FD EA 90 0 8 2B 1 32 60 4E
Octal 375 352 220 0 10 53 1 62 140 116
Binary 11111101 11101010 10010000 0 1000 101011 1 110010 1100000 1001110

Color Harmonies of #FDEA90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDEA90

Black with #FDEA90

Text Example


Text Example

White with #FDEA90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDEA90; }

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

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

background-color css

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

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

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

border-color css

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

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

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