#F8F1AF

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

Shades of Shalimar #F8F1AF

Tints of Shalimar #F8F1AF

Color information

#F8F1AF (or 0xF8F1AF) is unknown color: approx Shalimar. HEX triplet: F8, F1 and AF. RGB value is (248,241,175). Sum of RGB (Red+Green+Blue) = 248+241+175=664 (87% of max value = 765). Red value is 248 (97.27% from 255 or 37.35% from 664); Green value is 241 (94.53% from 255 or 36.30% from 664); Blue value is 175 (68.75% from 255 or 26.36% from 664); Max value from RGB is 248 - color contains mainly: red. Hex color #F8F1AF is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F8F1AF is #070E50. Grayscale: #EBEBEB. Windows color (decimal): -462417 or 11530744. OLE color: 11530744.

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

Color convert

RGB248241175-
CMYK00.030.290.03
HSL54.25º83.91%82.94%-
HSV(B)54.25º29.44%97.25%-
XYZ77.985.9653.04-
YUV235.5793.82136.87-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 37.35%
GREEN value IS 241 (94.53% from 255) = 36.30%
BLUE value IS 175 (68.75% from 255) = 26.36%
R=37.35%
G=36.30%
B=26.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.29
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24824117500.030.290.0354.2583.9182.94
HexF8F1AF031D3365453
Octal3703612570335366124123
Binary111110001111000110101111011111011111011010101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8F1AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8F1AF; }

 p { color: rgb(248,241,175); }

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

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

 a { background-color: rgb(248,241,175); }

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

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

 span { border-color: rgb(248,241,175); }

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