#F3F5AF

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

Shades of Shalimar #F3F5AF

Tints of Shalimar #F3F5AF

Color information

#F3F5AF (or 0xF3F5AF) is unknown color: approx Shalimar. HEX triplet: F3, F5 and AF. RGB value is (243,245,175). Sum of RGB (Red+Green+Blue) = 243+245+175=663 (87% of max value = 765). Red value is 243 (95.31% from 255 or 36.65% from 663); Green value is 245 (96.09% from 255 or 36.95% from 663); Blue value is 175 (68.75% from 255 or 26.40% from 663); Max value from RGB is 245 - color contains mainly: green. Hex color #F3F5AF is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F3F5AF is #0C0A50. Grayscale: #ECECEC. Windows color (decimal): -789073 or 11531763. OLE color: 11531763.

HSL color Cylindrical-coordinate representation of color #F3F5AF: hue angle of 61.71º degrees, saturation: 0.78, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #F3F5AF is Cyan = 0.01, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.04.

Color convert

RGB243245175-
CMYK0.0100.290.04
HSL61.71º77.78%82.35%-
HSV(B)61.71º28.57%96.08%-
XYZ77.3587.4553.36-
YUV236.4293.34132.69-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 36.65%
GREEN value IS 245 (96.09% from 255) = 36.95%
BLUE value IS 175 (68.75% from 255) = 26.40%
R=36.65%
G=36.95%
B=26.40%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2432451750.0100.290.0461.7177.7882.35
HexF3F5AF101D43e4e52
Octal3633652571035476116122
Binary111100111111010110101111101110110011111010011101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3F5AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3F5AF; }

 p { color: rgb(243,245,175); }

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

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

 a { background-color: rgb(243,245,175); }

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

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

 span { border-color: rgb(243,245,175); }

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