#F8FCA3

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

Shades of Shalimar #F8FCA3

Tints of Shalimar #F8FCA3

Color information

#F8FCA3 (or 0xF8FCA3) is unknown color: approx Shalimar. HEX triplet: F8, FC and A3. RGB value is (248,252,163). Sum of RGB (Red+Green+Blue) = 248+252+163=663 (87% of max value = 765). Red value is 248 (97.27% from 255 or 37.41% from 663); Green value is 252 (98.83% from 255 or 38.01% from 663); Blue value is 163 (64.06% from 255 or 24.59% from 663); Max value from RGB is 252 - color contains mainly: green. Hex color #F8FCA3 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F8FCA3 is #07035C. Grayscale: #F1F1F1. Windows color (decimal): -459613 or 10747128. OLE color: 10747128.

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

Color convert

RGB248252163-
CMYK0.0200.350.01
HSL62.7º93.68%81.37%-
HSV(B)62.7º35.32%98.82%-
XYZ80.1392.2248.23-
YUV240.6684.17133.24-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 37.41%
GREEN value IS 252 (98.83% from 255) = 38.01%
BLUE value IS 163 (64.06% from 255) = 24.59%
R=37.41%
G=38.01%
B=24.59%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2482521630.0200.350.0162.793.6881.37
HexF8FCA3202313f5e51
Octal3703742432043177136121
Binary111110001111110010100011100100011111111110111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8FCA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8FCA3; }

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

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

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

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

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

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

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

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