#F8FAB3

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

Shades of Shalimar #F8FAB3

Tints of Shalimar #F8FAB3

Color information

#F8FAB3 (or 0xF8FAB3) is unknown color: approx Shalimar. HEX triplet: F8, FA and B3. RGB value is (248,250,179). Sum of RGB (Red+Green+Blue) = 248+250+179=677 (89% of max value = 765). Red value is 248 (97.27% from 255 or 36.63% from 677); Green value is 250 (98.05% from 255 or 36.93% from 677); Blue value is 179 (70.31% from 255 or 26.44% from 677); Max value from RGB is 250 - color contains mainly: green. Hex color #F8FAB3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F8FAB3 is #07054C. Grayscale: #F1F1F1. Windows color (decimal): -460109 or 11795192. OLE color: 11795192.

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

Color convert

RGB248250179-
CMYK0.0100.280.02
HSL61.69º87.65%84.12%-
HSV(B)61.69º28.4%98.04%-
XYZ81.0391.5856.05-
YUV241.3192.84132.77-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 36.63%
GREEN value IS 250 (98.05% from 255) = 36.93%
BLUE value IS 179 (70.31% from 255) = 26.44%
R=36.63%
G=36.93%
B=26.44%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2482501790.0100.280.0261.6987.6584.12
HexF8FAB3101C23e5854
Octal3703722631034276130124
Binary11111000111110101011001110111001011111010110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8FAB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8FAB3; }

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

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

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

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

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

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

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

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