#F3F4AB

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

Shades of Shalimar #F3F4AB

Tints of Shalimar #F3F4AB

Color information

#F3F4AB (or 0xF3F4AB) is unknown color: approx Shalimar. HEX triplet: F3, F4 and AB. RGB value is (243,244,171). Sum of RGB (Red+Green+Blue) = 243+244+171=658 (87% of max value = 765). Red value is 243 (95.31% from 255 or 36.93% from 658); Green value is 244 (95.70% from 255 or 37.08% from 658); Blue value is 171 (67.19% from 255 or 25.99% from 658); Max value from RGB is 244 - color contains mainly: green. Hex color #F3F4AB is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F3F4AB is #0C0B54. Grayscale: #EBEBEB. Windows color (decimal): -789333 or 11269363. OLE color: 11269363.

HSL color Cylindrical-coordinate representation of color #F3F4AB: hue angle of 60.82º degrees, saturation: 0.77, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F3F4AB is Cyan = 0.00, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.04.

Color convert

RGB243244171-
CMYK0.0000.300.04
HSL60.82º76.84%81.37%-
HSV(B)60.82º29.92%95.69%-
XYZ76.6686.751.22-
YUV235.3891.67133.44-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 36.93%
GREEN value IS 244 (95.70% from 255) = 37.08%
BLUE value IS 171 (67.19% from 255) = 25.99%
R=36.93%
G=37.08%
B=25.99%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2432441710.0000.300.0460.8276.8481.37
HexF3F4AB001E43d4d51
Octal3633642530036475115121
Binary111100111111010010101011001111010011110110011011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3F4AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3F4AB; }

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

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

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

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

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

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

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

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