#F8FCA7

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

Shades of Shalimar #F8FCA7

Tints of Shalimar #F8FCA7

Color information

#F8FCA7 (or 0xF8FCA7) is unknown color: approx Shalimar. HEX triplet: F8, FC and A7. RGB value is (248,252,167). Sum of RGB (Red+Green+Blue) = 248+252+167=667 (88% of max value = 765). Red value is 248 (97.27% from 255 or 37.18% from 667); Green value is 252 (98.83% from 255 or 37.78% from 667); Blue value is 167 (65.62% from 255 or 25.04% from 667); Max value from RGB is 252 - color contains mainly: green. Hex color #F8FCA7 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F8FCA7 is #070358. Grayscale: #F1F1F1. Windows color (decimal): -459609 or 11009272. OLE color: 11009272.

HSL color Cylindrical-coordinate representation of color #F8FCA7: hue angle of 62.82º degrees, saturation: 0.93, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #F8FCA7 is Cyan = 0.02, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.01.

Color convert

RGB248252167-
CMYK0.0200.340.01
HSL62.82º93.41%82.16%-
HSV(B)62.82º33.73%98.82%-
XYZ80.592.3750.15-
YUV241.1186.17132.91-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 37.18%
GREEN value IS 252 (98.83% from 255) = 37.78%
BLUE value IS 167 (65.62% from 255) = 25.04%
R=37.18%
G=37.78%
B=25.04%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2482521670.0200.340.0162.8293.4182.16
HexF8FCA7202213f5d52
Octal3703742472042177135122
Binary111110001111110010100111100100010111111110111011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8FCA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8FCA7; }

 p { color: rgb(248,252,167); }

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

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

 a { background-color: rgb(248,252,167); }

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

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

 span { border-color: rgb(248,252,167); }

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