#F9B4B0

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

Shades of Sundown #F9B4B0

Tints of Sundown #F9B4B0

Color information

#F9B4B0 (or 0xF9B4B0) is unknown color: approx Sundown. HEX triplet: F9, B4 and B0. RGB value is (249,180,176). Sum of RGB (Red+Green+Blue) = 249+180+176=605 (80% of max value = 765). Red value is 249 (97.66% from 255 or 41.16% from 605); Green value is 180 (70.70% from 255 or 29.75% from 605); Blue value is 176 (69.14% from 255 or 29.09% from 605); Max value from RGB is 249 - color contains mainly: red. Hex color #F9B4B0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F9B4B0 is #064B4F. Grayscale: #C8C8C8. Windows color (decimal): -412496 or 11580665. OLE color: 11580665.

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

Color convert

RGB249180176-
CMYK00.280.290.02
HSL3.29º85.88%83.33%-
HSV(B)3.29º29.32%97.65%-
XYZ63.2255.9248.54-
YUV200.18114.36162.83-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 41.16%
GREEN value IS 180 (70.70% from 255) = 29.75%
BLUE value IS 176 (69.14% from 255) = 29.09%
R=41.16%
G=29.75%
B=29.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.29
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24918017600.280.290.023.2985.8883.33
HexF9B4B001C1D235653
Octal3712642600343523126123
Binary11111001101101001011000001110011101101110101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9B4B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9B4B0; }

 p { color: rgb(249,180,176); }

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

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

 a { background-color: rgb(249,180,176); }

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

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

 span { border-color: rgb(249,180,176); }

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