Html Css Color HEX #F1E696 Picasso

📋 copy color: '#F1E696'

red 241 ◦ green 230 ◦ blue 150

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

Shades of Picasso #F1E696

Tints of Picasso #F1E696

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 24.15%

R = 38.81%
G = 37.04%
B = 24.15%

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

#F1E696 (or 0xF1E696) is known color: Picasso. HEX triplet: F1, E6 and 96. RGB value is (241,230,150). Sum of RGB (Red+Green+Blue) = 241+230+150=621 (82% of max value = 765). Red value is 241 (94.53% from 255 or 38.81% from 621); Green value is 230 (90.23% from 255 or 37.04% from 621); Blue value is 150 (58.98% from 255 or 24.15% from 621); Max value from RGB is 241 - color contains mainly: red. Hex color #F1E696 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F1E696 is #0E1969. Grayscale: #E0E0E0. Windows color (decimal): -924010 or 9889521. OLE color: 9889521.

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

Color convert

RGB 241 230 150 -
CMYK 0 0.05 0.38 0.05
HSL 52.75º 0.76% 0.77% -
HSV(B) 52.75º 0.38% 0.95% -
XYZ 70.08 77.5 40.12 -
YUV 224.17 86.14 140 -
System Red Green Blue C M Y K H S L
Decimal 241 230 150 0 0.05 0.38 0.05 52.75 0.76 0.77
Hex F1 E6 96 0 5 26 5 35 4C 4D
Octal 361 346 226 0 5 46 5 65 114 115
Binary 11110001 11100110 10010110 0 101 100110 101 110101 1001100 1001101

Color Harmonies of #F1E696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1E696

Black with #F1E696

Text Example


Text Example

White with #F1E696

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1E696; }

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

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

background-color css

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

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

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

border-color css

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

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

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