#FFF3AB

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

Shades of Shalimar #FFF3AB

Tints of Shalimar #FFF3AB

Color information

#FFF3AB (or 0xFFF3AB) is unknown color: approx Shalimar. HEX triplet: FF, F3 and AB. RGB value is (255,243,171). Sum of RGB (Red+Green+Blue) = 255+243+171=669 (88% of max value = 765). Red value is 255 (100% from 255 or 38.12% from 669); Green value is 243 (95.31% from 255 or 36.32% from 669); Blue value is 171 (67.19% from 255 or 25.56% from 669); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF3AB is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFF3AB is #000C54. Grayscale: #EEEEEE. Windows color (decimal): -3157 or 11269119. OLE color: 11269119.

HSL color Cylindrical-coordinate representation of color #FFF3AB: hue angle of 51.43º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #FFF3AB is Cyan = 0, Magento = 0.05, Yellow = 0.33 and Black (K on CMYK) = 0.

Color convert

RGB255243171-
CMYK00.050.330
HSL51.43º100%83.53%-
HSV(B)51.43º32.94%100%-
XYZ80.6488.351.32-
YUV238.3889.98139.85-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 38.12%
GREEN value IS 243 (95.31% from 255) = 36.32%
BLUE value IS 171 (67.19% from 255) = 25.56%
R=38.12%
G=36.32%
B=25.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.33
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25524317100.050.33051.4310083.53
HexFFF3AB05210336454
Octal3773632530541063144124
Binary1111111111110011101010110101100001011001111001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFF3AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFF3AB; }

 p { color: rgb(255,243,171); }

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

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

 a { background-color: rgb(255,243,171); }

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

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

 span { border-color: rgb(255,243,171); }

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