#FFB2AE

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

Shades of Sundown #FFB2AE

Tints of Sundown #FFB2AE

Color information

#FFB2AE (or 0xFFB2AE) is unknown color: approx Sundown. HEX triplet: FF, B2 and AE. RGB value is (255,178,174). Sum of RGB (Red+Green+Blue) = 255+178+174=607 (80% of max value = 765). Red value is 255 (100% from 255 or 42.01% from 607); Green value is 178 (69.92% from 255 or 29.32% from 607); Blue value is 174 (68.36% from 255 or 28.67% from 607); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB2AE is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFB2AE is #004D51. Grayscale: #C8C8C8. Windows color (decimal): -19794 or 11449087. OLE color: 11449087.

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

Color convert

RGB255178174-
CMYK00.300.320
HSL2.96º100%84.12%-
HSV(B)2.96º31.76%100%-
XYZ64.856.1647.47-
YUV200.57113.01166.83-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 42.01%
GREEN value IS 178 (69.92% from 255) = 29.32%
BLUE value IS 174 (68.36% from 255) = 28.67%
R=42.01%
G=29.32%
B=28.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.32
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25517817400.300.3202.9610084.12
HexFFB2AE01E20036454
Octal3772622560364003144124
Binary11111111101100101010111001111010000001111001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFB2AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFB2AE; }

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

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

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

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

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

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

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

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