#F1F1AC

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

Shades of Shalimar #F1F1AC

Tints of Shalimar #F1F1AC

Color information

#F1F1AC (or 0xF1F1AC) is unknown color: approx Shalimar. HEX triplet: F1, F1 and AC. RGB value is (241,241,172). Sum of RGB (Red+Green+Blue) = 241+241+172=654 (86% of max value = 765). Red value is 241 (94.53% from 255 or 36.85% from 654); Green value is 241 (94.53% from 255 or 36.85% from 654); Blue value is 172 (67.58% from 255 or 26.30% from 654); Max value from RGB is 241 - color contains mainly: red, green. Hex color #F1F1AC is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F1F1AC is #0E0E53. Grayscale: #E9E9E9. Windows color (decimal): -921172 or 11334129. OLE color: 11334129.

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

Color convert

RGB241241172-
CMYK000.290.05
HSL60º71.13%80.98%-
HSV(B)60º28.63%94.51%-
XYZ75.1884.5951.39-
YUV233.1393.5133.61-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 36.85%
GREEN value IS 241 (94.53% from 255) = 36.85%
BLUE value IS 172 (67.58% from 255) = 26.30%
R=36.85%
G=36.85%
B=26.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal241241172000.290.056071.1380.98
HexF1F1AC001D53c4751
Octal3613612540035574107121
Binary111100011111000110101100001110110111110010001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1F1AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1F1AC; }

 p { color: rgb(241,241,172); }

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

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

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

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

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

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

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