#F8F4AF

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

Shades of Shalimar #F8F4AF

Tints of Shalimar #F8F4AF

Color information

#F8F4AF (or 0xF8F4AF) is unknown color: approx Shalimar. HEX triplet: F8, F4 and AF. RGB value is (248,244,175). Sum of RGB (Red+Green+Blue) = 248+244+175=667 (88% of max value = 765). Red value is 248 (97.27% from 255 or 37.18% from 667); Green value is 244 (95.70% from 255 or 36.58% from 667); Blue value is 175 (68.75% from 255 or 26.24% from 667); Max value from RGB is 248 - color contains mainly: red. Hex color #F8F4AF is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F8F4AF is #070B50. Grayscale: #EDEDED. Windows color (decimal): -461649 or 11531512. OLE color: 11531512.

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

Color convert

RGB248244175-
CMYK00.020.290.03
HSL56.71º83.91%82.94%-
HSV(B)56.71º29.44%97.25%-
XYZ78.887.7553.34-
YUV237.3392.83135.61-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 37.18%
GREEN value IS 244 (95.70% from 255) = 36.58%
BLUE value IS 175 (68.75% from 255) = 26.24%
R=37.18%
G=36.58%
B=26.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.29
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24824417500.020.290.0356.7183.9182.94
HexF8F4AF021D3395453
Octal3703642570235371124123
Binary111110001111010010101111010111011111100110101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8F4AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8F4AF; }

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

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

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

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

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

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

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

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