Html Css Color HEX #F0E496 Picasso

📋 copy color: '#F0E496'

red 240 ◦ green 228 ◦ blue 150

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

Shades of Picasso #F0E496

Tints of Picasso #F0E496

RGB

 RED value IS 240 (94.14% from 255) = 38.83%

 GREEN value IS 228 (89.45% from 255) = 36.89%

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

R = 38.83%
G = 36.89%
B = 24.27%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.37

 K value IS 0.06

RGB Variations

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

Color information

#F0E496 (or 0xF0E496) is known color: Picasso. HEX triplet: F0, E4 and 96. RGB value is (240,228,150). Sum of RGB (Red+Green+Blue) = 240+228+150=618 (81% of max value = 765). Red value is 240 (94.14% from 255 or 38.83% from 618); Green value is 228 (89.45% from 255 or 36.89% from 618); Blue value is 150 (58.98% from 255 or 24.27% from 618); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E496 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0E496 is #0F1B69. Grayscale: #DFDFDF. Windows color (decimal): -990058 or 9889008. OLE color: 9889008.

HSL color Cylindrical-coordinate representation of color #F0E496: hue angle of 52º degrees, saturation: 0.75, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #F0E496 is Cyan = 0, Magento = 0.05, Yellow = 0.37 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 228 150 -
CMYK 0 0.05 0.37 0.06
HSL 52º 0.75% 0.76% -
HSV(B) 52º 0.38% 0.94% -
XYZ 69.18 76.21 39.92 -
YUV 222.7 86.98 140.34 -
System Red Green Blue C M Y K H S L
Decimal 240 228 150 0 0.05 0.37 0.06 52 0.75 0.76
Hex F0 E4 96 0 5 25 6 34 4B 4C
Octal 360 344 226 0 5 45 6 64 113 114
Binary 11110000 11100100 10010110 0 101 100101 110 110100 1001011 1001100

Color Harmonies of #F0E496

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0E496

Black with #F0E496

Text Example


Text Example

White with #F0E496

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0E496; }

 p { color: rgb(240,228,150); }

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

background-color css

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

 a { background-color: rgb(240,228,150); }

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

border-color css

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

 span { border-color: rgb(240,228,150); }

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