#F3F1AD

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

Shades of Shalimar #F3F1AD

Tints of Shalimar #F3F1AD

Color information

#F3F1AD (or 0xF3F1AD) is unknown color: approx Shalimar. HEX triplet: F3, F1 and AD. RGB value is (243,241,173). Sum of RGB (Red+Green+Blue) = 243+241+173=657 (87% of max value = 765). Red value is 243 (95.31% from 255 or 36.99% from 657); Green value is 241 (94.53% from 255 or 36.68% from 657); Blue value is 173 (67.97% from 255 or 26.33% from 657); Max value from RGB is 243 - color contains mainly: red. Hex color #F3F1AD is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F3F1AD is #0C0E52. Grayscale: #EAEAEA. Windows color (decimal): -790099 or 11399667. OLE color: 11399667.

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

Color convert

RGB243241173-
CMYK00.010.290.05
HSL58.29º74.47%81.57%-
HSV(B)58.29º28.81%95.29%-
XYZ75.9684.9851.93-
YUV233.8593.66134.53-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 36.99%
GREEN value IS 241 (94.53% from 255) = 36.68%
BLUE value IS 173 (67.97% from 255) = 26.33%
R=36.99%
G=36.68%
B=26.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.29
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24324117300.010.290.0558.2974.4781.57
HexF3F1AD011D53a4a52
Octal3633612550135572112122
Binary111100111111000110101101011110110111101010010101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3F1AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3F1AD; }

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

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

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

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

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

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

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

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