#F1E69D

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

Shades of Picasso #F1E69D

Tints of Picasso #F1E69D

Color information

#F1E69D (or 0xF1E69D) is unknown color: approx Picasso. HEX triplet: F1, E6 and 9D. RGB value is (241,230,157). Sum of RGB (Red+Green+Blue) = 241+230+157=628 (83% of max value = 765). Red value is 241 (94.53% from 255 or 38.38% from 628); Green value is 230 (90.23% from 255 or 36.62% from 628); Blue value is 157 (61.72% from 255 or 25% from 628); Max value from RGB is 241 - color contains mainly: red. Hex color #F1E69D is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F1E69D is #0E1962. Grayscale: #E1E1E1. Windows color (decimal): -924003 or 10348273. OLE color: 10348273.

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

Color convert

RGB241230157-
CMYK00.050.350.05
HSL52.14º75%78.04%-
HSV(B)52.14º34.85%94.51%-
XYZ70.6677.7343.18-
YUV224.9789.64139.44-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 38.38%
GREEN value IS 230 (90.23% from 255) = 36.62%
BLUE value IS 157 (61.72% from 255) = 25%
R=38.38%
G=36.62%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.35
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24123015700.050.350.0552.147578.04
HexF1E69D05235344b4e
Octal3613462350543564113116
Binary111100011110011010011101010110001110111010010010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1E69D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1E69D; }

 p { color: rgb(241,230,157); }

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

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

 a { background-color: rgb(241,230,157); }

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

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

 span { border-color: rgb(241,230,157); }

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