#F1E998

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

Shades of Picasso #F1E998

Tints of Picasso #F1E998

Color information

#F1E998 (or 0xF1E998) is unknown color: approx Picasso. HEX triplet: F1, E9 and 98. RGB value is (241,233,152). Sum of RGB (Red+Green+Blue) = 241+233+152=626 (82% of max value = 765). Red value is 241 (94.53% from 255 or 38.50% from 626); Green value is 233 (91.41% from 255 or 37.22% from 626); Blue value is 152 (59.77% from 255 or 24.28% from 626); Max value from RGB is 241 - color contains mainly: red. Hex color #F1E998 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F1E998 is #0E1667. Grayscale: #E2E2E2. Windows color (decimal): -923240 or 10021361. OLE color: 10021361.

HSL color Cylindrical-coordinate representation of color #F1E998: hue angle of 54.61º degrees, saturation: 0.76, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #F1E998 is Cyan = 0, Magento = 0.03, Yellow = 0.37 and Black (K on CMYK) = 0.05.

Color convert

RGB241233152-
CMYK00.030.370.05
HSL54.61º76.07%77.06%-
HSV(B)54.61º36.93%94.51%-
XYZ71.0879.2541.26-
YUV226.1686.15138.59-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 38.50%
GREEN value IS 233 (91.41% from 255) = 37.22%
BLUE value IS 152 (59.77% from 255) = 24.28%
R=38.50%
G=37.22%
B=24.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.37
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24123315200.030.370.0554.6176.0777.06
HexF1E99803255374c4d
Octal3613512300345567114115
Binary11110001111010011001100001110010110111011110011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1E998

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1E998; }

 p { color: rgb(241,233,152); }

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

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

 a { background-color: rgb(241,233,152); }

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

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

 span { border-color: rgb(241,233,152); }

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