#F8F0AE

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

Shades of Shalimar #F8F0AE

Tints of Shalimar #F8F0AE

Color information

#F8F0AE (or 0xF8F0AE) is unknown color: approx Shalimar. HEX triplet: F8, F0 and AE. RGB value is (248,240,174). Sum of RGB (Red+Green+Blue) = 248+240+174=662 (87% of max value = 765). Red value is 248 (97.27% from 255 or 37.46% from 662); Green value is 240 (94.14% from 255 or 36.25% from 662); Blue value is 174 (68.36% from 255 or 26.28% from 662); Max value from RGB is 248 - color contains mainly: red. Hex color #F8F0AE is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F8F0AE is #070F51. Grayscale: #EBEBEB. Windows color (decimal): -462674 or 11464952. OLE color: 11464952.

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

Color convert

RGB248240174-
CMYK00.030.300.03
HSL53.51º84.09%82.75%-
HSV(B)53.51º29.84%97.25%-
XYZ77.5185.3352.43-
YUV234.8793.65137.37-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 37.46%
GREEN value IS 240 (94.14% from 255) = 36.25%
BLUE value IS 174 (68.36% from 255) = 26.28%
R=37.46%
G=36.25%
B=26.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.30
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24824017400.030.300.0353.5184.0982.75
HexF8F0AE031E3365453
Octal3703602560336366124123
Binary111110001111000010101110011111101111011010101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8F0AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8F0AE; }

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

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

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

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

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

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

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

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