#FFF7B4

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

Shades of Shalimar #FFF7B4

Tints of Shalimar #FFF7B4

Color information

#FFF7B4 (or 0xFFF7B4) is unknown color: approx Shalimar. HEX triplet: FF, F7 and B4. RGB value is (255,247,180). Sum of RGB (Red+Green+Blue) = 255+247+180=682 (90% of max value = 765). Red value is 255 (100% from 255 or 37.39% from 682); Green value is 247 (96.88% from 255 or 36.22% from 682); Blue value is 180 (70.70% from 255 or 26.39% from 682); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF7B4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFF7B4 is #00084B. Grayscale: #F2F2F2. Windows color (decimal): -2124 or 11859967. OLE color: 11859967.

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

Color convert

RGB255247180-
CMYK00.030.290
HSL53.6º100%85.29%-
HSV(B)53.6º29.41%100%-
XYZ82.7491.0856.4-
YUV241.7593.15137.45-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 37.39%
GREEN value IS 247 (96.88% from 255) = 36.22%
BLUE value IS 180 (70.70% from 255) = 26.39%
R=37.39%
G=36.22%
B=26.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.29
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25524718000.030.29053.610085.29
HexFFF7B4031D0366455
Octal3773672640335066144125
Binary11111111111101111011010001111101011011011001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFF7B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFF7B4; }

 p { color: rgb(255,247,180); }

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

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

 a { background-color: rgb(255,247,180); }

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

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

 span { border-color: rgb(255,247,180); }

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