#F8F6A4

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

Shades of Shalimar #F8F6A4

Tints of Shalimar #F8F6A4

Color information

#F8F6A4 (or 0xF8F6A4) is unknown color: approx Shalimar. HEX triplet: F8, F6 and A4. RGB value is (248,246,164). Sum of RGB (Red+Green+Blue) = 248+246+164=658 (87% of max value = 765). Red value is 248 (97.27% from 255 or 37.69% from 658); Green value is 246 (96.48% from 255 or 37.39% from 658); Blue value is 164 (64.45% from 255 or 24.92% from 658); Max value from RGB is 248 - color contains mainly: red. Hex color #F8F6A4 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F8F6A4 is #07095B. Grayscale: #EDEDED. Windows color (decimal): -461148 or 10811128. OLE color: 10811128.

HSL color Cylindrical-coordinate representation of color #F8F6A4: hue angle of 58.57º degrees, saturation: 0.86, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #F8F6A4 is Cyan = 0, Magento = 0.01, Yellow = 0.34 and Black (K on CMYK) = 0.03.

Color convert

RGB248246164-
CMYK00.010.340.03
HSL58.57º85.71%80.78%-
HSV(B)58.57º33.87%97.25%-
XYZ78.3788.5548.08-
YUV237.2586.66135.67-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 37.69%
GREEN value IS 246 (96.48% from 255) = 37.39%
BLUE value IS 164 (64.45% from 255) = 24.92%
R=37.69%
G=37.39%
B=24.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.34
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24824616400.010.340.0358.5785.7180.78
HexF8F6A4012233b5651
Octal3703662440142373126121
Binary111110001111011010100100011000101111101110101101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8F6A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8F6A4; }

 p { color: rgb(248,246,164); }

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

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

 a { background-color: rgb(248,246,164); }

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

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

 span { border-color: rgb(248,246,164); }

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