Html Css Color HEX #F1E695 Picasso

📋 copy color: '#F1E695'

red 241 ◦ green 230 ◦ blue 149

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

Shades of Picasso #F1E695

Tints of Picasso #F1E695

RGB

 RED value IS 241 (94.53% from 255) = 38.87%

 GREEN value IS 230 (90.23% from 255) = 37.1%

 BLUE value IS 149 (58.59% from 255) = 24.03%

R = 38.87%
G = 37.1%
B = 24.03%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.38

 K value IS 0.05

RGB Variations

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

Color information

#F1E695 (or 0xF1E695) is known color: Picasso. HEX triplet: F1, E6 and 95. RGB value is (241,230,149). Sum of RGB (Red+Green+Blue) = 241+230+149=620 (82% of max value = 765). Red value is 241 (94.53% from 255 or 38.87% from 620); Green value is 230 (90.23% from 255 or 37.10% from 620); Blue value is 149 (58.59% from 255 or 24.03% from 620); Max value from RGB is 241 - color contains mainly: red. Hex color #F1E695 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F1E695 is #0E196A. Grayscale: #E0E0E0. Windows color (decimal): -924011 or 9823985. OLE color: 9823985.

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

Color convert

RGB 241 230 149 -
CMYK 0 0.05 0.38 0.05
HSL 52.83º 0.77% 0.76% -
HSV(B) 52.83º 0.38% 0.95% -
XYZ 70 77.46 39.7 -
YUV 224.06 85.64 140.09 -
System Red Green Blue C M Y K H S L
Decimal 241 230 149 0 0.05 0.38 0.05 52.83 0.77 0.76
Hex F1 E6 95 0 5 26 5 35 4D 4C
Octal 361 346 225 0 5 46 5 65 115 114
Binary 11110001 11100110 10010101 0 101 100110 101 110101 1001101 1001100

Color Harmonies of #F1E695

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1E695

Black with #F1E695

Text Example


Text Example

White with #F1E695

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1E695; }

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

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

background-color css

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

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

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

border-color css

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

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

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