#F3F1B1

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

Shades of Shalimar #F3F1B1

Tints of Shalimar #F3F1B1

Color information

#F3F1B1 (or 0xF3F1B1) is unknown color: approx Shalimar. HEX triplet: F3, F1 and B1. RGB value is (243,241,177). Sum of RGB (Red+Green+Blue) = 243+241+177=661 (87% of max value = 765). Red value is 243 (95.31% from 255 or 36.76% from 661); Green value is 241 (94.53% from 255 or 36.46% from 661); Blue value is 177 (69.53% from 255 or 26.78% from 661); Max value from RGB is 243 - color contains mainly: red. Hex color #F3F1B1 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F3F1B1 is #0C0E4E. Grayscale: #EAEAEA. Windows color (decimal): -790095 or 11661811. OLE color: 11661811.

HSL color Cylindrical-coordinate representation of color #F3F1B1: hue angle of 58.18º degrees, saturation: 0.73, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #F3F1B1 is Cyan = 0, Magento = 0.01, Yellow = 0.27 and Black (K on CMYK) = 0.05.

Color convert

RGB243241177-
CMYK00.010.270.05
HSL58.18º73.33%82.35%-
HSV(B)58.18º27.16%95.29%-
XYZ76.3585.1454-
YUV234.395.66134.2-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 36.76%
GREEN value IS 241 (94.53% from 255) = 36.46%
BLUE value IS 177 (69.53% from 255) = 26.78%
R=36.76%
G=36.46%
B=26.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.27
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24324117700.010.270.0558.1873.3382.35
HexF3F1B1011B53a4952
Octal3633612610133572111122
Binary111100111111000110110001011101110111101010010011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3F1B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3F1B1; }

 p { color: rgb(243,241,177); }

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

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

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

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

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

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

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