#F8F2B3

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

Shades of Shalimar #F8F2B3

Tints of Shalimar #F8F2B3

Color information

#F8F2B3 (or 0xF8F2B3) is unknown color: approx Shalimar. HEX triplet: F8, F2 and B3. RGB value is (248,242,179). Sum of RGB (Red+Green+Blue) = 248+242+179=669 (88% of max value = 765). Red value is 248 (97.27% from 255 or 37.07% from 669); Green value is 242 (94.92% from 255 or 36.17% from 669); Blue value is 179 (70.31% from 255 or 26.76% from 669); Max value from RGB is 248 - color contains mainly: red. Hex color #F8F2B3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F8F2B3 is #070D4C. Grayscale: #ECECEC. Windows color (decimal): -462157 or 11793144. OLE color: 11793144.

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

Color convert

RGB248242179-
CMYK00.020.280.03
HSL54.78º83.13%83.73%-
HSV(B)54.78º27.82%97.25%-
XYZ78.686.7255.24-
YUV236.6195.49136.12-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 37.07%
GREEN value IS 242 (94.92% from 255) = 36.17%
BLUE value IS 179 (70.31% from 255) = 26.76%
R=37.07%
G=36.17%
B=26.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.28
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24824217900.020.280.0354.7883.1383.73
HexF8F2B3021C3375354
Octal3703622630234367123124
Binary111110001111001010110011010111001111011110100111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8F2B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8F2B3; }

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

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

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

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

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

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

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

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