#F6AFAA

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

Shades of Sundown #F6AFAA

Tints of Sundown #F6AFAA

Color information

#F6AFAA (or 0xF6AFAA) is unknown color: approx Sundown. HEX triplet: F6, AF and AA. RGB value is (246,175,170). Sum of RGB (Red+Green+Blue) = 246+175+170=591 (78% of max value = 765). Red value is 246 (96.48% from 255 or 41.62% from 591); Green value is 175 (68.75% from 255 or 29.61% from 591); Blue value is 170 (66.80% from 255 or 28.76% from 591); Max value from RGB is 246 - color contains mainly: red. Hex color #F6AFAA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F6AFAA is #095055. Grayscale: #C3C3C3. Windows color (decimal): -610390 or 11186166. OLE color: 11186166.

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

Color convert

RGB246175170-
CMYK00.290.310.04
HSL3.95º80.85%81.57%-
HSV(B)3.95º30.89%96.47%-
XYZ60.5953.1645.1-
YUV195.66113.52163.91-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 41.62%
GREEN value IS 175 (68.75% from 255) = 29.61%
BLUE value IS 170 (66.80% from 255) = 28.76%
R=41.62%
G=29.61%
B=28.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.31
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24617517000.290.310.043.9580.8581.57
HexF6AFAA01D1F445152
Octal3662572520353744121122
Binary1111011010101111101010100111011111110010010100011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6AFAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6AFAA; }

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

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

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

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

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

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

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

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