Html Css Color HEX #FEEA8F Picasso

📋 copy color: '#FEEA8F'

red 254 ◦ green 234 ◦ blue 143

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

Shades of Picasso #FEEA8F

Tints of Picasso #FEEA8F

RGB

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

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

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

R = 40.25%
G = 37.08%
B = 22.66%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.44

 K value IS 0.00

RGB Variations

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

Color information

#FEEA8F (or 0xFEEA8F) is known color: Picasso. HEX triplet: FE, EA and 8F. RGB value is (254,234,143). Sum of RGB (Red+Green+Blue) = 254+234+143=631 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.25% from 631); Green value is 234 (91.80% from 255 or 37.08% from 631); Blue value is 143 (56.25% from 255 or 22.66% from 631); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEA8F is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEEA8F is #011570. Grayscale: #E5E5E5. Windows color (decimal): -71025 or 9431806. OLE color: 9431806.

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

Color convert

RGB 254 234 143 -
CMYK 0 0.08 0.44 0.00
HSL 49.19º 0.98% 0.78% -
HSV(B) 49.19º 0.44% 1% -
XYZ 75.25 81.9 37.83 -
YUV 229.61 79.13 145.4 -
System Red Green Blue C M Y K H S L
Decimal 254 234 143 0 0.08 0.44 0.00 49.19 0.98 0.78
Hex FE EA 8F 0 8 2C 0 31 62 4E
Octal 376 352 217 0 10 54 0 61 142 116
Binary 11111110 11101010 10001111 0 1000 101100 0 110001 1100010 1001110

Color Harmonies of #FEEA8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEEA8F

Black with #FEEA8F

Text Example


Text Example

White with #FEEA8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEEA8F; }

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

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

background-color css

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

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

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

border-color css

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

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

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