#FFF6B5

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

Shades of Shalimar #FFF6B5

Tints of Shalimar #FFF6B5

Color information

#FFF6B5 (or 0xFFF6B5) is unknown color: approx Shalimar. HEX triplet: FF, F6 and B5. RGB value is (255,246,181). Sum of RGB (Red+Green+Blue) = 255+246+181=682 (90% of max value = 765). Red value is 255 (100% from 255 or 37.39% from 682); Green value is 246 (96.48% from 255 or 36.07% from 682); Blue value is 181 (71.09% from 255 or 26.54% from 682); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF6B5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFF6B5 is #00094A. Grayscale: #F1F1F1. Windows color (decimal): -2379 or 11925247. OLE color: 11925247.

HSL color Cylindrical-coordinate representation of color #FFF6B5: hue angle of 52.7º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #FFF6B5 is Cyan = 0, Magento = 0.04, Yellow = 0.29 and Black (K on CMYK) = 0.

Color convert

RGB255246181-
CMYK00.040.290
HSL52.7º100%85.49%-
HSV(B)52.7º29.02%100%-
XYZ82.5490.5156.84-
YUV241.2893.98137.79-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 37.39%
GREEN value IS 246 (96.48% from 255) = 36.07%
BLUE value IS 181 (71.09% from 255) = 26.54%
R=37.39%
G=36.07%
B=26.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.29
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25524618100.040.29052.710085.49
HexFFF6B5041D0356455
Octal3773662650435065144125
Binary111111111111011010110101010011101011010111001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFF6B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFF6B5; }

 p { color: rgb(255,246,181); }

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

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

 a { background-color: rgb(255,246,181); }

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

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

 span { border-color: rgb(255,246,181); }

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