Html Css Color HEX #F9EE96 Picasso

📋 copy color: '#F9EE96'

red 249 ◦ green 238 ◦ blue 150

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

Shades of Picasso #F9EE96

Tints of Picasso #F9EE96

RGB

 RED value IS 249 (97.66% from 255) = 39.09%

 GREEN value IS 238 (93.36% from 255) = 37.36%

 BLUE value IS 150 (58.98% from 255) = 23.55%

R = 39.09%
G = 37.36%
B = 23.55%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.40

 K value IS 0.02

RGB Variations

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

Color information

#F9EE96 (or 0xF9EE96) is known color: Picasso. HEX triplet: F9, EE and 96. RGB value is (249,238,150). Sum of RGB (Red+Green+Blue) = 249+238+150=637 (84% of max value = 765). Red value is 249 (97.66% from 255 or 39.09% from 637); Green value is 238 (93.36% from 255 or 37.36% from 637); Blue value is 150 (58.98% from 255 or 23.55% from 637); Max value from RGB is 249 - color contains mainly: red. Hex color #F9EE96 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F9EE96 is #061169. Grayscale: #E7E7E7. Windows color (decimal): -397674 or 9891577. OLE color: 9891577.

HSL color Cylindrical-coordinate representation of color #F9EE96: hue angle of 53.33º degrees, saturation: 0.89, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F9EE96 is Cyan = 0, Magento = 0.04, Yellow = 0.40 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 238 150 -
CMYK 0 0.04 0.40 0.02
HSL 53.33º 0.89% 0.78% -
HSV(B) 53.33º 0.4% 0.98% -
XYZ 75.15 83.49 41.01 -
YUV 231.26 82.14 140.66 -
System Red Green Blue C M Y K H S L
Decimal 249 238 150 0 0.04 0.40 0.02 53.33 0.89 0.78
Hex F9 EE 96 0 4 28 2 35 59 4E
Octal 371 356 226 0 4 50 2 65 131 116
Binary 11111001 11101110 10010110 0 100 101000 10 110101 1011001 1001110

Color Harmonies of #F9EE96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9EE96

Black with #F9EE96

Text Example


Text Example

White with #F9EE96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9EE96; }

 p { color: rgb(249,238,150); }

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

background-color css

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

 a { background-color: rgb(249,238,150); }

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

border-color css

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

 span { border-color: rgb(249,238,150); }

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