#F8B0AA

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

Shades of Sundown #F8B0AA

Tints of Sundown #F8B0AA

Color information

#F8B0AA (or 0xF8B0AA) is unknown color: approx Sundown. HEX triplet: F8, B0 and AA. RGB value is (248,176,170). Sum of RGB (Red+Green+Blue) = 248+176+170=594 (78% of max value = 765). Red value is 248 (97.27% from 255 or 41.75% from 594); Green value is 176 (69.14% from 255 or 29.63% from 594); Blue value is 170 (66.80% from 255 or 28.62% from 594); Max value from RGB is 248 - color contains mainly: red. Hex color #F8B0AA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F8B0AA is #074F55. Grayscale: #C4C4C4. Windows color (decimal): -479062 or 11186424. OLE color: 11186424.

HSL color Cylindrical-coordinate representation of color #F8B0AA: hue angle of 4.62º degrees, saturation: 0.85, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #F8B0AA is Cyan = 0, Magento = 0.29, Yellow = 0.31 and Black (K on CMYK) = 0.03.

Color convert

RGB248176170-
CMYK00.290.310.03
HSL4.62º84.78%81.96%-
HSV(B)4.62º31.45%97.25%-
XYZ61.4953.9145.19-
YUV196.84112.85164.49-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 41.75%
GREEN value IS 176 (69.14% from 255) = 29.63%
BLUE value IS 170 (66.80% from 255) = 28.62%
R=41.75%
G=29.63%
B=28.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.31
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24817617000.290.310.034.6284.7881.96
HexF8B0AA01D1F355552
Octal3702602520353735125122
Binary111110001011000010101010011101111111110110101011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8B0AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8B0AA; }

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

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

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

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

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

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

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

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