#F8F7B2

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

Shades of Shalimar #F8F7B2

Tints of Shalimar #F8F7B2

Color information

#F8F7B2 (or 0xF8F7B2) is unknown color: approx Shalimar. HEX triplet: F8, F7 and B2. RGB value is (248,247,178). Sum of RGB (Red+Green+Blue) = 248+247+178=673 (89% of max value = 765). Red value is 248 (97.27% from 255 or 36.85% from 673); Green value is 247 (96.88% from 255 or 36.70% from 673); Blue value is 178 (69.92% from 255 or 26.45% from 673); Max value from RGB is 248 - color contains mainly: red. Hex color #F8F7B2 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F8F7B2 is #07084D. Grayscale: #EFEFEF. Windows color (decimal): -460878 or 11728888. OLE color: 11728888.

HSL color Cylindrical-coordinate representation of color #F8F7B2: hue angle of 59.14º degrees, saturation: 0.83, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #F8F7B2 is Cyan = 0, Magento = 0.00, Yellow = 0.28 and Black (K on CMYK) = 0.03.

Color convert

RGB248247178-
CMYK00.000.280.03
HSL59.14º83.33%83.53%-
HSV(B)59.14º28.23%97.25%-
XYZ80.0189.6955.21-
YUV239.4393.33134.11-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 36.85%
GREEN value IS 247 (96.88% from 255) = 36.70%
BLUE value IS 178 (69.92% from 255) = 26.45%
R=36.85%
G=36.70%
B=26.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.28
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24824717800.000.280.0359.1483.3383.53
HexF8F7B2001C33b5354
Octal3703672620034373123124
Binary11111000111101111011001000111001111101110100111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8F7B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8F7B2; }

 p { color: rgb(248,247,178); }

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

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

 a { background-color: rgb(248,247,178); }

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

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

 span { border-color: rgb(248,247,178); }

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