#F6F2B4

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

Shades of Shalimar #F6F2B4

Tints of Shalimar #F6F2B4

Color information

#F6F2B4 (or 0xF6F2B4) is unknown color: approx Shalimar. HEX triplet: F6, F2 and B4. RGB value is (246,242,180). Sum of RGB (Red+Green+Blue) = 246+242+180=668 (88% of max value = 765). Red value is 246 (96.48% from 255 or 36.83% from 668); Green value is 242 (94.92% from 255 or 36.23% from 668); Blue value is 180 (70.70% from 255 or 26.95% from 668); Max value from RGB is 246 - color contains mainly: red. Hex color #F6F2B4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F6F2B4 is #090D4B. Grayscale: #ECECEC. Windows color (decimal): -593228 or 11858678. OLE color: 11858678.

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

Color convert

RGB246242180-
CMYK00.020.270.04
HSL56.36º78.57%83.53%-
HSV(B)56.36º26.83%96.47%-
XYZ7886.3955.74-
YUV236.1396.33135.04-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 36.83%
GREEN value IS 242 (94.92% from 255) = 36.23%
BLUE value IS 180 (70.70% from 255) = 26.95%
R=36.83%
G=36.23%
B=26.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.27
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24624218000.020.270.0456.3678.5783.53
HexF6F2B4021B4384f54
Octal3663622640233470117124
Binary1111011011110010101101000101101110011100010011111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6F2B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6F2B4; }

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

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

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

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

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

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

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

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