#FFB2AA

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

Shades of Sundown #FFB2AA

Tints of Sundown #FFB2AA

Color information

#FFB2AA (or 0xFFB2AA) is unknown color: approx Sundown. HEX triplet: FF, B2 and AA. RGB value is (255,178,170). Sum of RGB (Red+Green+Blue) = 255+178+170=603 (79% of max value = 765). Red value is 255 (100% from 255 or 42.29% from 603); Green value is 178 (69.92% from 255 or 29.52% from 603); Blue value is 170 (66.80% from 255 or 28.19% from 603); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB2AA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFB2AA is #004D55. Grayscale: #C8C8C8. Windows color (decimal): -19798 or 11186943. OLE color: 11186943.

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

Color convert

RGB255178170-
CMYK00.300.330
HSL5.65º100%83.33%-
HSV(B)5.65º33.33%100%-
XYZ64.425645.44-
YUV200.11111.01167.15-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 42.29%
GREEN value IS 178 (69.92% from 255) = 29.52%
BLUE value IS 170 (66.80% from 255) = 28.19%
R=42.29%
G=29.52%
B=28.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.33
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25517817000.300.3305.6510083.33
HexFFB2AA01E21066453
Octal3772622520364106144123
Binary111111111011001010101010011110100001011011001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFB2AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFB2AA; }

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

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

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

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

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

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

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

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