#F6B4AF

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

Shades of Sundown #F6B4AF

Tints of Sundown #F6B4AF

Color information

#F6B4AF (or 0xF6B4AF) is unknown color: approx Sundown. HEX triplet: F6, B4 and AF. RGB value is (246,180,175). Sum of RGB (Red+Green+Blue) = 246+180+175=601 (79% of max value = 765). Red value is 246 (96.48% from 255 or 40.93% from 601); Green value is 180 (70.70% from 255 or 29.95% from 601); Blue value is 175 (68.75% from 255 or 29.12% from 601); Max value from RGB is 246 - color contains mainly: red. Hex color #F6B4AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F6B4AF is #094B50. Grayscale: #C7C7C7. Windows color (decimal): -609105 or 11515126. OLE color: 11515126.

HSL color Cylindrical-coordinate representation of color #F6B4AF: hue angle of 4.23º 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 #F6B4AF is Cyan = 0, Magento = 0.27, Yellow = 0.29 and Black (K on CMYK) = 0.04.

Color convert

RGB246180175-
CMYK00.270.290.04
HSL4.23º79.78%82.55%-
HSV(B)4.23º28.86%96.47%-
XYZ62.0755.3347.97-
YUV199.16114.37161.41-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 40.93%
GREEN value IS 180 (70.70% from 255) = 29.95%
BLUE value IS 175 (68.75% from 255) = 29.12%
R=40.93%
G=29.95%
B=29.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.29
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24618017500.270.290.044.2379.7882.55
HexF6B4AF01B1D445053
Octal3662642570333544120123
Binary1111011010110100101011110110111110110010010100001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6B4AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6B4AF; }

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

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

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

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

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

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

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

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