#F9B3B2

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

Shades of Sundown #F9B3B2

Tints of Sundown #F9B3B2

Color information

#F9B3B2 (or 0xF9B3B2) is unknown color: approx Sundown. HEX triplet: F9, B3 and B2. RGB value is (249,179,178). Sum of RGB (Red+Green+Blue) = 249+179+178=606 (80% of max value = 765). Red value is 249 (97.66% from 255 or 41.09% from 606); Green value is 179 (70.31% from 255 or 29.54% from 606); Blue value is 178 (69.92% from 255 or 29.37% from 606); Max value from RGB is 249 - color contains mainly: red. Hex color #F9B3B2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F9B3B2 is #064C4D. Grayscale: #C7C7C7. Windows color (decimal): -412750 or 11711481. OLE color: 11711481.

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

Color convert

RGB249179178-
CMYK00.280.290.02
HSL0.85º85.54%83.73%-
HSV(B)0.85º28.51%97.65%-
XYZ63.2255.5949.52-
YUV199.82115.69163.08-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 41.09%
GREEN value IS 179 (70.31% from 255) = 29.54%
BLUE value IS 178 (69.92% from 255) = 29.37%
R=41.09%
G=29.54%
B=29.37%

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
Decimal24917917800.280.290.020.8585.5483.73
HexF9B3B201C1D215654
Octal3712632620343521126124
Binary1111100110110011101100100111001110110110101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9B3B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9B3B2; }

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

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

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

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

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

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

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

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