Html Css Color HEX #FEEA8A Picasso

📋 copy color: '#FEEA8A'

red 254 ◦ green 234 ◦ blue 138

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

Shades of Picasso #FEEA8A

Tints of Picasso #FEEA8A

RGB

 RED value IS 254 (99.61% from 255) = 40.58%

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

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

R = 40.58%
G = 37.38%
B = 22.04%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.46

 K value IS 0.00

RGB Variations

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

Color information

#FEEA8A (or 0xFEEA8A) is known color: Picasso. HEX triplet: FE, EA and 8A. RGB value is (254,234,138). Sum of RGB (Red+Green+Blue) = 254+234+138=626 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.58% from 626); Green value is 234 (91.80% from 255 or 37.38% from 626); Blue value is 138 (54.30% from 255 or 22.04% from 626); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEA8A is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEEA8A is #011575. Grayscale: #E5E5E5. Windows color (decimal): -71030 or 9104126. OLE color: 9104126.

HSL color Cylindrical-coordinate representation of color #FEEA8A: hue angle of 49.66º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #FEEA8A is Cyan = 0, Magento = 0.08, Yellow = 0.46 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 234 138 -
CMYK 0 0.08 0.46 0.00
HSL 49.66º 0.98% 0.77% -
HSV(B) 49.66º 0.46% 1% -
XYZ 74.88 81.75 35.88 -
YUV 229.04 76.63 145.81 -
System Red Green Blue C M Y K H S L
Decimal 254 234 138 0 0.08 0.46 0.00 49.66 0.98 0.77
Hex FE EA 8A 0 8 2E 0 32 62 4D
Octal 376 352 212 0 10 56 0 62 142 115
Binary 11111110 11101010 10001010 0 1000 101110 0 110010 1100010 1001101

Color Harmonies of #FEEA8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEEA8A

Black with #FEEA8A

Text Example


Text Example

White with #FEEA8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEEA8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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