#F6F3AF

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

Shades of Shalimar #F6F3AF

Tints of Shalimar #F6F3AF

Color information

#F6F3AF (or 0xF6F3AF) is unknown color: approx Shalimar. HEX triplet: F6, F3 and AF. RGB value is (246,243,175). Sum of RGB (Red+Green+Blue) = 246+243+175=664 (87% of max value = 765). Red value is 246 (96.48% from 255 or 37.05% from 664); Green value is 243 (95.31% from 255 or 36.60% from 664); Blue value is 175 (68.75% from 255 or 26.36% from 664); Max value from RGB is 246 - color contains mainly: red. Hex color #F6F3AF is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F6F3AF is #090C50. Grayscale: #ECECEC. Windows color (decimal): -592977 or 11531254. OLE color: 11531254.

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

Color convert

RGB246243175-
CMYK00.010.290.04
HSL57.46º79.78%82.55%-
HSV(B)57.46º28.86%96.47%-
XYZ77.7986.7953.21-
YUV236.1493.49135.03-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 37.05%
GREEN value IS 243 (95.31% from 255) = 36.60%
BLUE value IS 175 (68.75% from 255) = 26.36%
R=37.05%
G=36.60%
B=26.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.29
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24624317500.010.290.0457.4679.7882.55
HexF6F3AF011D4395053
Octal3663632570135471120123
Binary111101101111001110101111011110110011100110100001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6F3AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6F3AF; }

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

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

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

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

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

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

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

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