#F2B2AA

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

Shades of Sundown #F2B2AA

Tints of Sundown #F2B2AA

Color information

#F2B2AA (or 0xF2B2AA) is unknown color: approx Sundown. HEX triplet: F2, B2 and AA. RGB value is (242,178,170). Sum of RGB (Red+Green+Blue) = 242+178+170=590 (78% of max value = 765). Red value is 242 (94.92% from 255 or 41.02% from 590); Green value is 178 (69.92% from 255 or 30.17% from 590); Blue value is 170 (66.80% from 255 or 28.81% from 590); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B2AA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F2B2AA is #0D4D55. Grayscale: #C4C4C4. Windows color (decimal): -871766 or 11186930. OLE color: 11186930.

HSL color Cylindrical-coordinate representation of color #F2B2AA: hue angle of 6.67º 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 #F2B2AA is Cyan = 0, Magento = 0.26, Yellow = 0.30 and Black (K on CMYK) = 0.05.

Color convert

RGB242178170-
CMYK00.260.300.05
HSL6.67º73.47%80.78%-
HSV(B)6.67º29.75%94.9%-
XYZ59.7953.6245.23-
YUV196.22113.2160.65-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 41.02%
GREEN value IS 178 (69.92% from 255) = 30.17%
BLUE value IS 170 (66.80% from 255) = 28.81%
R=41.02%
G=30.17%
B=28.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.30
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24217817000.260.300.056.6773.4780.78
HexF2B2AA01A1E574951
Octal3622622520323657111121
Binary1111001010110010101010100110101111010111110010011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2B2AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2B2AA; }

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

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

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

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

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

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

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

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