#FFF8A6

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

Shades of Shalimar #FFF8A6

Tints of Shalimar #FFF8A6

Color information

#FFF8A6 (or 0xFFF8A6) is unknown color: approx Shalimar. HEX triplet: FF, F8 and A6. RGB value is (255,248,166). Sum of RGB (Red+Green+Blue) = 255+248+166=669 (88% of max value = 765). Red value is 255 (100% from 255 or 38.12% from 669); Green value is 248 (97.27% from 255 or 37.07% from 669); Blue value is 166 (65.23% from 255 or 24.81% from 669); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF8A6 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFF8A6 is #000759. Grayscale: #F1F1F1. Windows color (decimal): -1882 or 10942719. OLE color: 10942719.

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

Color convert

RGB255248166-
CMYK00.030.350
HSL55.28º100%82.55%-
HSV(B)55.28º34.9%100%-
XYZ81.6991.1549.36-
YUV240.7485.82138.17-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 38.12%
GREEN value IS 248 (97.27% from 255) = 37.07%
BLUE value IS 166 (65.23% from 255) = 24.81%
R=38.12%
G=37.07%
B=24.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.35
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25524816600.030.35055.2810082.55
HexFFF8A603230376453
Octal3773702460343067144123
Binary111111111111100010100110011100011011011111001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFF8A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFF8A6; }

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

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

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

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

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

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

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

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