#F9B5AF

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

Shades of Sundown #F9B5AF

Tints of Sundown #F9B5AF

Color information

#F9B5AF (or 0xF9B5AF) is unknown color: approx Sundown. HEX triplet: F9, B5 and AF. RGB value is (249,181,175). Sum of RGB (Red+Green+Blue) = 249+181+175=605 (80% of max value = 765). Red value is 249 (97.66% from 255 or 41.16% from 605); Green value is 181 (71.09% from 255 or 29.92% from 605); Blue value is 175 (68.75% from 255 or 28.93% from 605); Max value from RGB is 249 - color contains mainly: red. Hex color #F9B5AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F9B5AF is #064A50. Grayscale: #C8C8C8. Windows color (decimal): -412241 or 11515385. OLE color: 11515385.

HSL color Cylindrical-coordinate representation of color #F9B5AF: hue angle of 4.86º degrees, saturation: 0.86, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F9B5AF is Cyan = 0, Magento = 0.27, Yellow = 0.30 and Black (K on CMYK) = 0.02.

Color convert

RGB249181175-
CMYK00.270.300.02
HSL4.86º86.05%83.14%-
HSV(B)4.86º29.72%97.65%-
XYZ63.3356.2848.08-
YUV200.65113.53162.49-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 41.16%
GREEN value IS 181 (71.09% from 255) = 29.92%
BLUE value IS 175 (68.75% from 255) = 28.93%
R=41.16%
G=29.92%
B=28.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.30
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24918117500.270.300.024.8686.0583.14
HexF9B5AF01B1E255653
Octal3712652570333625126123
Binary111110011011010110101111011011111101010110101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9B5AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9B5AF; }

 p { color: rgb(249,181,175); }

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

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

 a { background-color: rgb(249,181,175); }

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

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

 span { border-color: rgb(249,181,175); }

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