#FFFAB3

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

Shades of Shalimar #FFFAB3

Tints of Shalimar #FFFAB3

Color information

#FFFAB3 (or 0xFFFAB3) is unknown color: approx Shalimar. HEX triplet: FF, FA and B3. RGB value is (255,250,179). Sum of RGB (Red+Green+Blue) = 255+250+179=684 (90% of max value = 765). Red value is 255 (100% from 255 or 37.28% from 684); Green value is 250 (98.05% from 255 or 36.55% from 684); Blue value is 179 (70.31% from 255 or 26.17% from 684); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFAB3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFFAB3 is #00054C. Grayscale: #F3F3F3. Windows color (decimal): -1357 or 11795199. OLE color: 11795199.

HSL color Cylindrical-coordinate representation of color #FFFAB3: hue angle of 56.05º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #FFFAB3 is Cyan = 0, Magento = 0.02, Yellow = 0.30 and Black (K on CMYK) = 0.

Color convert

RGB255250179-
CMYK00.020.300
HSL56.05º100%85.1%-
HSV(B)56.05º29.8%100%-
XYZ83.5692.8956.17-
YUV243.491.66136.27-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 37.28%
GREEN value IS 250 (98.05% from 255) = 36.55%
BLUE value IS 179 (70.31% from 255) = 26.17%
R=37.28%
G=36.55%
B=26.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.30
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25525017900.020.30056.0510085.1
HexFFFAB3021E0386455
Octal3773722630236070144125
Binary11111111111110101011001101011110011100011001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFFAB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFFAB3; }

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

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

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

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

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

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

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

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