#F8FAAC

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

Shades of Shalimar #F8FAAC

Tints of Shalimar #F8FAAC

Color information

#F8FAAC (or 0xF8FAAC) is unknown color: approx Shalimar. HEX triplet: F8, FA and AC. RGB value is (248,250,172). Sum of RGB (Red+Green+Blue) = 248+250+172=670 (88% of max value = 765). Red value is 248 (97.27% from 255 or 37.01% from 670); Green value is 250 (98.05% from 255 or 37.31% from 670); Blue value is 172 (67.58% from 255 or 25.67% from 670); Max value from RGB is 250 - color contains mainly: green. Hex color #F8FAAC is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F8FAAC is #070553. Grayscale: #F0F0F0. Windows color (decimal): -460116 or 11336440. OLE color: 11336440.

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

Color convert

RGB248250172-
CMYK0.0100.310.02
HSL61.54º88.64%82.75%-
HSV(B)61.54º31.2%98.04%-
XYZ80.3491.3152.42-
YUV240.5189.34133.34-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 37.01%
GREEN value IS 250 (98.05% from 255) = 37.31%
BLUE value IS 172 (67.58% from 255) = 25.67%
R=37.01%
G=37.31%
B=25.67%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2482501720.0100.310.0261.5488.6482.75
HexF8FAAC101F23e5953
Octal3703722541037276131123
Binary11111000111110101010110010111111011111010110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8FAAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8FAAC; }

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

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

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

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

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

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

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

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