#FFB1AE

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

Shades of Sundown #FFB1AE

Tints of Sundown #FFB1AE

Color information

#FFB1AE (or 0xFFB1AE) is unknown color: approx Sundown. HEX triplet: FF, B1 and AE. RGB value is (255,177,174). Sum of RGB (Red+Green+Blue) = 255+177+174=606 (80% of max value = 765). Red value is 255 (100% from 255 or 42.08% from 606); Green value is 177 (69.53% from 255 or 29.21% from 606); Blue value is 174 (68.36% from 255 or 28.71% from 606); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB1AE is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFB1AE is #004E51. Grayscale: #C8C8C8. Windows color (decimal): -20050 or 11448831. OLE color: 11448831.

HSL color Cylindrical-coordinate representation of color #FFB1AE: hue angle of 2.22º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #FFB1AE is Cyan = 0, Magento = 0.31, Yellow = 0.32 and Black (K on CMYK) = 0.

Color convert

RGB255177174-
CMYK00.310.320
HSL2.22º100%84.12%-
HSV(B)2.22º31.76%100%-
XYZ64.655.7647.4-
YUV199.98113.34167.24-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 42.08%
GREEN value IS 177 (69.53% from 255) = 29.21%
BLUE value IS 174 (68.36% from 255) = 28.71%
R=42.08%
G=29.21%
B=28.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.32
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25517717400.310.3202.2210084.12
HexFFB1AE01F20026454
Octal3772612560374002144124
Binary11111111101100011010111001111110000001011001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFB1AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFB1AE; }

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

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

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

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

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

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

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

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