#F9B4B1

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

Shades of Sundown #F9B4B1

Tints of Sundown #F9B4B1

Color information

#F9B4B1 (or 0xF9B4B1) is unknown color: approx Sundown. HEX triplet: F9, B4 and B1. RGB value is (249,180,177). Sum of RGB (Red+Green+Blue) = 249+180+177=606 (80% of max value = 765). Red value is 249 (97.66% from 255 or 41.09% from 606); Green value is 180 (70.70% from 255 or 29.70% from 606); Blue value is 177 (69.53% from 255 or 29.21% from 606); Max value from RGB is 249 - color contains mainly: red. Hex color #F9B4B1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F9B4B1 is #064B4E. Grayscale: #C8C8C8. Windows color (decimal): -412495 or 11646201. OLE color: 11646201.

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

Color convert

RGB249180177-
CMYK00.280.290.02
HSL2.5º85.71%83.53%-
HSV(B)2.5º28.92%97.65%-
XYZ63.3255.9649.06-
YUV200.29114.86162.74-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 41.09%
GREEN value IS 180 (70.70% from 255) = 29.70%
BLUE value IS 177 (69.53% from 255) = 29.21%
R=41.09%
G=29.70%
B=29.21%

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
Decimal24918017700.280.290.022.585.7183.53
HexF9B4B101C1D235654
Octal3712642610343523126124
Binary11111001101101001011000101110011101101110101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9B4B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9B4B1; }

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

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

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

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

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

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

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

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