#FFF8B3

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

Shades of Shalimar #FFF8B3

Tints of Shalimar #FFF8B3

Color information

#FFF8B3 (or 0xFFF8B3) is unknown color: approx Shalimar. HEX triplet: FF, F8 and B3. RGB value is (255,248,179). Sum of RGB (Red+Green+Blue) = 255+248+179=682 (90% of max value = 765). Red value is 255 (100% from 255 or 37.39% from 682); Green value is 248 (97.27% from 255 or 36.36% from 682); Blue value is 179 (70.31% from 255 or 26.25% from 682); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF8B3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFF8B3 is #00074C. Grayscale: #F2F2F2. Windows color (decimal): -1869 or 11794687. OLE color: 11794687.

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

Color convert

RGB255248179-
CMYK00.030.300
HSL54.47º100%85.1%-
HSV(B)54.47º29.8%100%-
XYZ82.9491.6555.97-
YUV242.2392.32137.11-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 37.39%
GREEN value IS 248 (97.27% from 255) = 36.36%
BLUE value IS 179 (70.31% from 255) = 26.25%
R=37.39%
G=36.36%
B=26.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.30
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25524817900.030.30054.4710085.1
HexFFF8B3031E0366455
Octal3773702630336066144125
Binary11111111111110001011001101111110011011011001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFF8B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFF8B3; }

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

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

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

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

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

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

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

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