Html Css Color HEX #FEED90 Picasso

📋 copy color: '#FEED90'

red 254 ◦ green 237 ◦ blue 144

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

Shades of Picasso #FEED90

Tints of Picasso #FEED90

RGB

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

 GREEN value IS 237 (92.97% from 255) = 37.32%

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

R = 40%
G = 37.32%
B = 22.68%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.43

 K value IS 0.00

RGB Variations

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

Color information

#FEED90 (or 0xFEED90) is known color: Picasso. HEX triplet: FE, ED and 90. RGB value is (254,237,144). Sum of RGB (Red+Green+Blue) = 254+237+144=635 (84% of max value = 765). Red value is 254 (99.61% from 255 or 40% from 635); Green value is 237 (92.97% from 255 or 37.32% from 635); Blue value is 144 (56.64% from 255 or 22.68% from 635); Max value from RGB is 254 - color contains mainly: red. Hex color #FEED90 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEED90 is #01126F. Grayscale: #E7E7E7. Windows color (decimal): -70256 or 9498110. OLE color: 9498110.

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

Color convert

RGB 254 237 144 -
CMYK 0 0.07 0.43 0.00
HSL 50.73º 0.98% 0.78% -
HSV(B) 50.73º 0.43% 1% -
XYZ 76.19 83.65 38.52 -
YUV 231.48 78.63 144.06 -
System Red Green Blue C M Y K H S L
Decimal 254 237 144 0 0.07 0.43 0.00 50.73 0.98 0.78
Hex FE ED 90 0 7 2B 0 33 62 4E
Octal 376 355 220 0 7 53 0 63 142 116
Binary 11111110 11101101 10010000 0 111 101011 0 110011 1100010 1001110

Color Harmonies of #FEED90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEED90

Black with #FEED90

Text Example


Text Example

White with #FEED90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEED90; }

 p { color: rgb(254,237,144); }

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

background-color css

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

 a { background-color: rgb(254,237,144); }

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

border-color css

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

 span { border-color: rgb(254,237,144); }

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