#F3F2AD

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

Shades of Shalimar #F3F2AD

Tints of Shalimar #F3F2AD

Color information

#F3F2AD (or 0xF3F2AD) is unknown color: approx Shalimar. HEX triplet: F3, F2 and AD. RGB value is (243,242,173). Sum of RGB (Red+Green+Blue) = 243+242+173=658 (87% of max value = 765). Red value is 243 (95.31% from 255 or 36.93% from 658); Green value is 242 (94.92% from 255 or 36.78% from 658); Blue value is 173 (67.97% from 255 or 26.29% from 658); Max value from RGB is 243 - color contains mainly: red. Hex color #F3F2AD is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F3F2AD is #0C0D52. Grayscale: #EAEAEA. Windows color (decimal): -789843 or 11399923. OLE color: 11399923.

HSL color Cylindrical-coordinate representation of color #F3F2AD: hue angle of 59.14º 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 #F3F2AD is Cyan = 0, Magento = 0.00, Yellow = 0.29 and Black (K on CMYK) = 0.05.

Color convert

RGB243242173-
CMYK00.000.290.05
HSL59.14º74.47%81.57%-
HSV(B)59.14º28.81%95.29%-
XYZ76.2685.5852.03-
YUV234.4393.33134.11-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 36.93%
GREEN value IS 242 (94.92% from 255) = 36.78%
BLUE value IS 173 (67.97% from 255) = 26.29%
R=36.93%
G=36.78%
B=26.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.29
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24324217300.000.290.0559.1474.4781.57
HexF3F2AD001D53b4a52
Octal3633622550035573112122
Binary111100111111001010101101001110110111101110010101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3F2AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3F2AD; }

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

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

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

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

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

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

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

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