#F2B0AA

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

Shades of Sundown #F2B0AA

Tints of Sundown #F2B0AA

Color information

#F2B0AA (or 0xF2B0AA) is unknown color: approx Sundown. HEX triplet: F2, B0 and AA. RGB value is (242,176,170). Sum of RGB (Red+Green+Blue) = 242+176+170=588 (77% of max value = 765). Red value is 242 (94.92% from 255 or 41.16% from 588); Green value is 176 (69.14% from 255 or 29.93% from 588); Blue value is 170 (66.80% from 255 or 28.91% from 588); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B0AA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F2B0AA is #0D4F55. Grayscale: #C3C3C3. Windows color (decimal): -872278 or 11186418. OLE color: 11186418.

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

Color convert

RGB242176170-
CMYK00.270.300.05
HSL73.47%80.78%-
HSV(B)29.75%94.9%-
XYZ59.452.8345.1-
YUV195.05113.87161.49-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 41.16%
GREEN value IS 176 (69.14% from 255) = 29.93%
BLUE value IS 170 (66.80% from 255) = 28.91%
R=41.16%
G=29.93%
B=28.91%

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
Decimal24217617000.270.300.05573.4780.78
HexF2B0AA01B1E554951
Octal3622602520333655111121
Binary1111001010110000101010100110111111010110110010011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2B0AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2B0AA; }

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

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

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

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

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

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

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

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