#F3F1B2

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

Shades of Shalimar #F3F1B2

Tints of Shalimar #F3F1B2

Color information

#F3F1B2 (or 0xF3F1B2) is unknown color: approx Shalimar. HEX triplet: F3, F1 and B2. RGB value is (243,241,178). Sum of RGB (Red+Green+Blue) = 243+241+178=662 (87% of max value = 765). Red value is 243 (95.31% from 255 or 36.71% from 662); Green value is 241 (94.53% from 255 or 36.40% from 662); Blue value is 178 (69.92% from 255 or 26.89% from 662); Max value from RGB is 243 - color contains mainly: red. Hex color #F3F1B2 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F3F1B2 is #0C0E4D. Grayscale: #EAEAEA. Windows color (decimal): -790094 or 11727347. OLE color: 11727347.

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

Color convert

RGB243241178-
CMYK00.010.270.05
HSL58.15º73.03%82.55%-
HSV(B)58.15º26.75%95.29%-
XYZ76.4585.1854.53-
YUV234.4296.16134.12-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 36.71%
GREEN value IS 241 (94.53% from 255) = 36.40%
BLUE value IS 178 (69.92% from 255) = 26.89%
R=36.71%
G=36.40%
B=26.89%

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
Decimal24324117800.010.270.0558.1573.0382.55
HexF3F1B2011B53a4953
Octal3633612620133572111123
Binary111100111111000110110010011101110111101010010011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3F1B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3F1B2; }

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

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

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

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

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

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

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

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