#FFF18E

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

Shades of Picasso #FFF18E

Tints of Picasso #FFF18E

Color information

#FFF18E (or 0xFFF18E) is unknown color: approx Picasso. HEX triplet: FF, F1 and 8E. RGB value is (255,241,142). Sum of RGB (Red+Green+Blue) = 255+241+142=638 (84% of max value = 765). Red value is 255 (100% from 255 or 39.97% from 638); Green value is 241 (94.53% from 255 or 37.77% from 638); Blue value is 142 (55.86% from 255 or 22.26% from 638); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF18E is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFF18E is #000E71. Grayscale: #EAEAEA. Windows color (decimal): -3698 or 9368063. OLE color: 9368063.

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

Color convert

RGB255241142-
CMYK00.050.440
HSL52.57º100%77.84%-
HSV(B)52.57º44.31%100%-
XYZ77.5886.1238.13-
YUV233.976.14143.05-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 39.97%
GREEN value IS 241 (94.53% from 255) = 37.77%
BLUE value IS 142 (55.86% from 255) = 22.26%
R=39.97%
G=37.77%
B=22.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.44
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25524114200.050.44052.5710077.84
HexFFF18E052C035644e
Octal3773612160554065144116
Binary1111111111110001100011100101101100011010111001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFF18E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFF18E; }

 p { color: rgb(255,241,142); }

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

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

 a { background-color: rgb(255,241,142); }

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

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

 span { border-color: rgb(255,241,142); }

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