#F8F0B3

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

Shades of Shalimar #F8F0B3

Tints of Shalimar #F8F0B3

Color information

#F8F0B3 (or 0xF8F0B3) is unknown color: approx Shalimar. HEX triplet: F8, F0 and B3. RGB value is (248,240,179). Sum of RGB (Red+Green+Blue) = 248+240+179=667 (88% of max value = 765). Red value is 248 (97.27% from 255 or 37.18% from 667); Green value is 240 (94.14% from 255 or 35.98% from 667); Blue value is 179 (70.31% from 255 or 26.84% from 667); Max value from RGB is 248 - color contains mainly: red. Hex color #F8F0B3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F8F0B3 is #070F4C. Grayscale: #EBEBEB. Windows color (decimal): -462669 or 11792632. OLE color: 11792632.

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

Color convert

RGB248240179-
CMYK00.030.280.03
HSL53.04º83.13%83.73%-
HSV(B)53.04º27.82%97.25%-
XYZ78.0185.5355.05-
YUV235.4496.15136.96-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 37.18%
GREEN value IS 240 (94.14% from 255) = 35.98%
BLUE value IS 179 (70.31% from 255) = 26.84%
R=37.18%
G=35.98%
B=26.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.28
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24824017900.030.280.0353.0483.1383.73
HexF8F0B3031C3355354
Octal3703602630334365123124
Binary111110001111000010110011011111001111010110100111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8F0B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8F0B3; }

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

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

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

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

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

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

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

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