#F6F2B0

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

Shades of Shalimar #F6F2B0

Tints of Shalimar #F6F2B0

Color information

#F6F2B0 (or 0xF6F2B0) is unknown color: approx Shalimar. HEX triplet: F6, F2 and B0. RGB value is (246,242,176). Sum of RGB (Red+Green+Blue) = 246+242+176=664 (87% of max value = 765). Red value is 246 (96.48% from 255 or 37.05% from 664); Green value is 242 (94.92% from 255 or 36.45% from 664); Blue value is 176 (69.14% from 255 or 26.51% from 664); Max value from RGB is 246 - color contains mainly: red. Hex color #F6F2B0 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F6F2B0 is #090D4F. Grayscale: #EBEBEB. Windows color (decimal): -593232 or 11596534. OLE color: 11596534.

HSL color Cylindrical-coordinate representation of color #F6F2B0: hue angle of 56.57º degrees, saturation: 0.8, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #F6F2B0 is Cyan = 0, Magento = 0.02, Yellow = 0.28 and Black (K on CMYK) = 0.04.

Color convert

RGB246242176-
CMYK00.020.280.04
HSL56.57º79.55%82.75%-
HSV(B)56.57º28.46%96.47%-
XYZ77.5986.2353.63-
YUV235.6794.33135.37-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 37.05%
GREEN value IS 242 (94.92% from 255) = 36.45%
BLUE value IS 176 (69.14% from 255) = 26.51%
R=37.05%
G=36.45%
B=26.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.28
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24624217600.020.280.0456.5779.5582.75
HexF6F2B0021C4395053
Octal3663622600234471120123
Binary1111011011110010101100000101110010011100110100001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6F2B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6F2B0; }

 p { color: rgb(246,242,176); }

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

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

 a { background-color: rgb(246,242,176); }

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

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

 span { border-color: rgb(246,242,176); }

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