#F8B1AE

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

Shades of Sundown #F8B1AE

Tints of Sundown #F8B1AE

Color information

#F8B1AE (or 0xF8B1AE) is unknown color: approx Sundown. HEX triplet: F8, B1 and AE. RGB value is (248,177,174). Sum of RGB (Red+Green+Blue) = 248+177+174=599 (79% of max value = 765). Red value is 248 (97.27% from 255 or 41.40% from 599); Green value is 177 (69.53% from 255 or 29.55% from 599); Blue value is 174 (68.36% from 255 or 29.05% from 599); Max value from RGB is 248 - color contains mainly: red. Hex color #F8B1AE is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F8B1AE is #074E51. Grayscale: #C5C5C5. Windows color (decimal): -478802 or 11448824. OLE color: 11448824.

HSL color Cylindrical-coordinate representation of color #F8B1AE: hue angle of 2.43º degrees, saturation: 0.84, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F8B1AE is Cyan = 0, Magento = 0.29, Yellow = 0.30 and Black (K on CMYK) = 0.03.

Color convert

RGB248177174-
CMYK00.290.300.03
HSL2.43º84.09%82.75%-
HSV(B)2.43º29.84%97.25%-
XYZ62.0754.4647.28-
YUV197.89114.52163.74-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 41.40%
GREEN value IS 177 (69.53% from 255) = 29.55%
BLUE value IS 174 (68.36% from 255) = 29.05%
R=41.40%
G=29.55%
B=29.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.30
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24817717400.290.300.032.4384.0982.75
HexF8B1AE01D1E325453
Octal3702612560353632124123
Binary11111000101100011010111001110111110111010101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8B1AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8B1AE; }

 p { color: rgb(248,177,174); }

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

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

 a { background-color: rgb(248,177,174); }

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

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

 span { border-color: rgb(248,177,174); }

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