#F8F2AC

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

Shades of Shalimar #F8F2AC

Tints of Shalimar #F8F2AC

Color information

#F8F2AC (or 0xF8F2AC) is unknown color: approx Shalimar. HEX triplet: F8, F2 and AC. RGB value is (248,242,172). Sum of RGB (Red+Green+Blue) = 248+242+172=662 (87% of max value = 765). Red value is 248 (97.27% from 255 or 37.46% from 662); Green value is 242 (94.92% from 255 or 36.56% from 662); Blue value is 172 (67.58% from 255 or 25.98% from 662); Max value from RGB is 248 - color contains mainly: red. Hex color #F8F2AC is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F8F2AC is #070D53. Grayscale: #ECECEC. Windows color (decimal): -462164 or 11334392. OLE color: 11334392.

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

Color convert

RGB248242172-
CMYK00.020.310.03
HSL55.26º84.44%82.35%-
HSV(B)55.26º30.65%97.25%-
XYZ77.9186.4451.61-
YUV235.8191.99136.69-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 37.46%
GREEN value IS 242 (94.92% from 255) = 36.56%
BLUE value IS 172 (67.58% from 255) = 25.98%
R=37.46%
G=36.56%
B=25.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.31
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24824217200.020.310.0355.2684.4482.35
HexF8F2AC021F3375452
Octal3703622540237367124122
Binary111110001111001010101100010111111111011110101001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8F2AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8F2AC; }

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

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

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

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

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

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

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

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