#F1F2A3

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

Shades of Shalimar #F1F2A3

Tints of Shalimar #F1F2A3

Color information

#F1F2A3 (or 0xF1F2A3) is unknown color: approx Shalimar. HEX triplet: F1, F2 and A3. RGB value is (241,242,163). Sum of RGB (Red+Green+Blue) = 241+242+163=646 (85% of max value = 765). Red value is 241 (94.53% from 255 or 37.31% from 646); Green value is 242 (94.92% from 255 or 37.46% from 646); Blue value is 163 (64.06% from 255 or 25.23% from 646); Max value from RGB is 242 - color contains mainly: green. Hex color #F1F2A3 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F1F2A3 is #0E0D5C. Grayscale: #E9E9E9. Windows color (decimal): -920925 or 10744561. OLE color: 10744561.

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

Color convert

RGB241242163-
CMYK0.0000.330.05
HSL60.76º75.24%79.41%-
HSV(B)60.76º32.64%94.9%-
XYZ74.6484.8547.09-
YUV232.788.67133.92-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 37.31%
GREEN value IS 242 (94.92% from 255) = 37.46%
BLUE value IS 163 (64.06% from 255) = 25.23%
R=37.31%
G=37.46%
B=25.23%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2412421630.0000.330.0560.7675.2479.41
HexF1F2A3002153d4b4f
Octal3613622430041575113117
Binary1111000111110010101000110010000110111110110010111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1F2A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1F2A3; }

 p { color: rgb(241,242,163); }

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

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

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

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

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

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

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