Html Css Color HEX #FDEA8F Picasso

📋 copy color: '#FDEA8F'

red 253 ◦ green 234 ◦ blue 143

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

Shades of Picasso #FDEA8F

Tints of Picasso #FDEA8F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 22.7%

R = 40.16%
G = 37.14%
B = 22.7%

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

#FDEA8F (or 0xFDEA8F) is known color: Picasso. HEX triplet: FD, EA and 8F. RGB value is (253,234,143). Sum of RGB (Red+Green+Blue) = 253+234+143=630 (83% of max value = 765). Red value is 253 (99.22% from 255 or 40.16% from 630); Green value is 234 (91.80% from 255 or 37.14% from 630); Blue value is 143 (56.25% from 255 or 22.70% from 630); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEA8F is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDEA8F is #021570. Grayscale: #E5E5E5. Windows color (decimal): -136561 or 9431805. OLE color: 9431805.

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

Color convert

RGB 253 234 143 -
CMYK 0 0.08 0.43 0.01
HSL 49.64º 0.96% 0.78% -
HSV(B) 49.64º 0.43% 0.99% -
XYZ 74.89 81.71 37.81 -
YUV 229.31 79.29 144.9 -
System Red Green Blue C M Y K H S L
Decimal 253 234 143 0 0.08 0.43 0.01 49.64 0.96 0.78
Hex FD EA 8F 0 8 2B 1 32 60 4E
Octal 375 352 217 0 10 53 1 62 140 116
Binary 11111101 11101010 10001111 0 1000 101011 1 110010 1100000 1001110

Color Harmonies of #FDEA8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDEA8F

Black with #FDEA8F

Text Example


Text Example

White with #FDEA8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDEA8F; }

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

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

background-color css

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

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

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

border-color css

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

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

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