#F5EB98

Color #F5EB98 Picasso (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Picasso #F5EB98

Tints of Picasso #F5EB98

Color information

#F5EB98 (or 0xF5EB98) is unknown color: approx Picasso. HEX triplet: F5, EB and 98. RGB value is (245,235,152). Sum of RGB (Red+Green+Blue) = 245+235+152=632 (83% of max value = 765). Red value is 245 (96.09% from 255 or 38.77% from 632); Green value is 235 (92.19% from 255 or 37.18% from 632); Blue value is 152 (59.77% from 255 or 24.05% from 632); Max value from RGB is 245 - color contains mainly: red. Hex color #F5EB98 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F5EB98 is #0A1467. Grayscale: #E4E4E4. Windows color (decimal): -660584 or 10021877. OLE color: 10021877.

HSL color Cylindrical-coordinate representation of color #F5EB98: hue angle of 53.55º degrees, saturation: 0.82, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #F5EB98 is Cyan = 0, Magento = 0.04, Yellow = 0.38 and Black (K on CMYK) = 0.04.

Color convert

RGB245235152-
CMYK00.040.380.04
HSL53.55º82.3%77.84%-
HSV(B)53.55º37.96%96.08%-
XYZ73.0381.141.51-
YUV228.5384.81139.75-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 38.77%
GREEN value IS 235 (92.19% from 255) = 37.18%
BLUE value IS 152 (59.77% from 255) = 24.05%
R=38.77%
G=37.18%
B=24.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.38
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24523515200.040.380.0453.5582.377.84
HexF5EB980426436524e
Octal3653532300446466122116
Binary111101011110101110011000010010011010011011010100101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5EB98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5EB98; }

 p { color: rgb(245,235,152); }

 H1.HeaderClassName
 {
   color: #F5EB98;
 }
 .AnyTagClassName
 {
   color: #F5EB98;
 }
</style>
background-color css

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

 a { background-color: rgb(245,235,152); }

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

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

 span { border-color: rgb(245,235,152); }

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