#F9B3B1

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

Shades of Sundown #F9B3B1

Tints of Sundown #F9B3B1

Color information

#F9B3B1 (or 0xF9B3B1) is unknown color: approx Sundown. HEX triplet: F9, B3 and B1. RGB value is (249,179,177). Sum of RGB (Red+Green+Blue) = 249+179+177=605 (80% of max value = 765). Red value is 249 (97.66% from 255 or 41.16% from 605); Green value is 179 (70.31% from 255 or 29.59% from 605); Blue value is 177 (69.53% from 255 or 29.26% from 605); Max value from RGB is 249 - color contains mainly: red. Hex color #F9B3B1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F9B3B1 is #064C4E. Grayscale: #C7C7C7. Windows color (decimal): -412751 or 11645945. OLE color: 11645945.

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

Color convert

RGB249179177-
CMYK00.280.290.02
HSL1.67º85.71%83.53%-
HSV(B)1.67º28.92%97.65%-
XYZ63.1255.5548.99-
YUV199.7115.19163.16-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 41.16%
GREEN value IS 179 (70.31% from 255) = 29.59%
BLUE value IS 177 (69.53% from 255) = 29.26%
R=41.16%
G=29.59%
B=29.26%

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
Decimal24917917700.280.290.021.6785.7183.53
HexF9B3B101C1D225654
Octal3712632610343522126124
Binary11111001101100111011000101110011101101010101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9B3B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9B3B1; }

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

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

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

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

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

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

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

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