#F2B1AA

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

Shades of Sundown #F2B1AA

Tints of Sundown #F2B1AA

Color information

#F2B1AA (or 0xF2B1AA) is unknown color: approx Sundown. HEX triplet: F2, B1 and AA. RGB value is (242,177,170). Sum of RGB (Red+Green+Blue) = 242+177+170=589 (78% of max value = 765). Red value is 242 (94.92% from 255 or 41.09% from 589); Green value is 177 (69.53% from 255 or 30.05% from 589); Blue value is 170 (66.80% from 255 or 28.86% from 589); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B1AA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F2B1AA is #0D4E55. Grayscale: #C3C3C3. Windows color (decimal): -872022 or 11186674. OLE color: 11186674.

HSL color Cylindrical-coordinate representation of color #F2B1AA: hue angle of 5.83º degrees, saturation: 0.73, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F2B1AA is Cyan = 0, Magento = 0.27, Yellow = 0.30 and Black (K on CMYK) = 0.05.

Color convert

RGB242177170-
CMYK00.270.300.05
HSL5.83º73.47%80.78%-
HSV(B)5.83º29.75%94.9%-
XYZ59.653.2245.16-
YUV195.64113.53161.07-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 41.09%
GREEN value IS 177 (69.53% from 255) = 30.05%
BLUE value IS 170 (66.80% from 255) = 28.86%
R=41.09%
G=30.05%
B=28.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.30
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24217717000.270.300.055.8373.4780.78
HexF2B1AA01B1E564951
Octal3622612520333656111121
Binary1111001010110001101010100110111111010111010010011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2B1AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2B1AA; }

 p { color: rgb(242,177,170); }

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

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

 a { background-color: rgb(242,177,170); }

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

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

 span { border-color: rgb(242,177,170); }

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