#F8FCAC

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

Shades of Shalimar #F8FCAC

Tints of Shalimar #F8FCAC

Color information

#F8FCAC (or 0xF8FCAC) is unknown color: approx Shalimar. HEX triplet: F8, FC and AC. RGB value is (248,252,172). Sum of RGB (Red+Green+Blue) = 248+252+172=672 (89% of max value = 765). Red value is 248 (97.27% from 255 or 36.90% from 672); Green value is 252 (98.83% from 255 or 37.5% from 672); Blue value is 172 (67.58% from 255 or 25.60% from 672); Max value from RGB is 252 - color contains mainly: green. Hex color #F8FCAC is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F8FCAC is #070353. Grayscale: #F2F2F2. Windows color (decimal): -459604 or 11336952. OLE color: 11336952.

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

Color convert

RGB248252172-
CMYK0.0200.320.01
HSL63º93.02%83.14%-
HSV(B)63º31.75%98.82%-
XYZ80.9792.5652.63-
YUV241.6888.67132.5-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 36.90%
GREEN value IS 252 (98.83% from 255) = 37.5%
BLUE value IS 172 (67.58% from 255) = 25.60%
R=36.90%
G=37.5%
B=25.60%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2482521720.0200.320.016393.0283.14
HexF8FCAC202013f5d53
Octal3703742542040177135123
Binary111110001111110010101100100100000111111110111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8FCAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8FCAC; }

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

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

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

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

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

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

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

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