#F6FAAB

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

Shades of Shalimar #F6FAAB

Tints of Shalimar #F6FAAB

Color information

#F6FAAB (or 0xF6FAAB) is unknown color: approx Shalimar. HEX triplet: F6, FA and AB. RGB value is (246,250,171). Sum of RGB (Red+Green+Blue) = 246+250+171=667 (88% of max value = 765). Red value is 246 (96.48% from 255 or 36.88% from 667); Green value is 250 (98.05% from 255 or 37.48% from 667); Blue value is 171 (67.19% from 255 or 25.64% from 667); Max value from RGB is 250 - color contains mainly: green. Hex color #F6FAAB is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F6FAAB is #090554. Grayscale: #F0F0F0. Windows color (decimal): -591189 or 11270902. OLE color: 11270902.

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

Color convert

RGB246250171-
CMYK0.0200.320.02
HSL63.04º88.76%82.55%-
HSV(B)63.04º31.6%98.04%-
XYZ79.5490.951.88-
YUV239.889.17132.42-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 36.88%
GREEN value IS 250 (98.05% from 255) = 37.48%
BLUE value IS 171 (67.19% from 255) = 25.64%
R=36.88%
G=37.48%
B=25.64%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2462501710.0200.320.0263.0488.7682.55
HexF6FAAB202023f5953
Octal3663722532040277131123
Binary1111011011111010101010111001000001011111110110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6FAAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6FAAB; }

 p { color: rgb(246,250,171); }

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

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

 a { background-color: rgb(246,250,171); }

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

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

 span { border-color: rgb(246,250,171); }

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