#F8F0AC

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

Shades of Shalimar #F8F0AC

Tints of Shalimar #F8F0AC

Color information

#F8F0AC (or 0xF8F0AC) is unknown color: approx Shalimar. HEX triplet: F8, F0 and AC. RGB value is (248,240,172). Sum of RGB (Red+Green+Blue) = 248+240+172=660 (87% of max value = 765). Red value is 248 (97.27% from 255 or 37.58% from 660); Green value is 240 (94.14% from 255 or 36.36% from 660); Blue value is 172 (67.58% from 255 or 26.06% from 660); Max value from RGB is 248 - color contains mainly: red. Hex color #F8F0AC is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F8F0AC is #070F53. Grayscale: #EAEAEA. Windows color (decimal): -462676 or 11333880. OLE color: 11333880.

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

Color convert

RGB248240172-
CMYK00.030.310.03
HSL53.68º84.44%82.35%-
HSV(B)53.68º30.65%97.25%-
XYZ77.3285.2651.41-
YUV234.6492.65137.53-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 37.58%
GREEN value IS 240 (94.14% from 255) = 36.36%
BLUE value IS 172 (67.58% from 255) = 26.06%
R=37.58%
G=36.36%
B=26.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.31
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24824017200.030.310.0353.6884.4482.35
HexF8F0AC031F3365452
Octal3703602540337366124122
Binary111110001111000010101100011111111111011010101001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8F0AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8F0AC; }

 p { color: rgb(248,240,172); }

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

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

 a { background-color: rgb(248,240,172); }

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

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

 span { border-color: rgb(248,240,172); }

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