#F6F1B4

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

Shades of Shalimar #F6F1B4

Tints of Shalimar #F6F1B4

Color information

#F6F1B4 (or 0xF6F1B4) is unknown color: approx Shalimar. HEX triplet: F6, F1 and B4. RGB value is (246,241,180). Sum of RGB (Red+Green+Blue) = 246+241+180=667 (88% of max value = 765). Red value is 246 (96.48% from 255 or 36.88% from 667); Green value is 241 (94.53% from 255 or 36.13% from 667); Blue value is 180 (70.70% from 255 or 26.99% from 667); Max value from RGB is 246 - color contains mainly: red. Hex color #F6F1B4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F6F1B4 is #090E4B. Grayscale: #EBEBEB. Windows color (decimal): -593484 or 11858422. OLE color: 11858422.

HSL color Cylindrical-coordinate representation of color #F6F1B4: hue angle of 55.45º 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 #F6F1B4 is Cyan = 0, Magento = 0.02, Yellow = 0.27 and Black (K on CMYK) = 0.04.

Color convert

RGB246241180-
CMYK00.020.270.04
HSL55.45º78.57%83.53%-
HSV(B)55.45º26.83%96.47%-
XYZ77.785.855.65-
YUV235.5496.66135.46-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 36.88%
GREEN value IS 241 (94.53% from 255) = 36.13%
BLUE value IS 180 (70.70% from 255) = 26.99%
R=36.88%
G=36.13%
B=26.99%

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
Decimal24624118000.020.270.0455.4578.5783.53
HexF6F1B4021B4374f54
Octal3663612640233467117124
Binary1111011011110001101101000101101110011011110011111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6F1B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6F1B4; }

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

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

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

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

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

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

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

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