#FFB2A4

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

Shades of Sundown #FFB2A4

Tints of Sundown #FFB2A4

Color information

#FFB2A4 (or 0xFFB2A4) is unknown color: approx Sundown. HEX triplet: FF, B2 and A4. RGB value is (255,178,164). Sum of RGB (Red+Green+Blue) = 255+178+164=597 (79% of max value = 765). Red value is 255 (100% from 255 or 42.71% from 597); Green value is 178 (69.92% from 255 or 29.82% from 597); Blue value is 164 (64.45% from 255 or 27.47% from 597); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB2A4 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFB2A4 is #004D5B. Grayscale: #C7C7C7. Windows color (decimal): -19804 or 10793727. OLE color: 10793727.

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

Color convert

RGB255178164-
CMYK00.300.360
HSL9.23º100%82.16%-
HSV(B)9.23º35.69%100%-
XYZ63.8655.7842.52-
YUV199.43108.01167.64-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 42.71%
GREEN value IS 178 (69.92% from 255) = 29.82%
BLUE value IS 164 (64.45% from 255) = 27.47%
R=42.71%
G=29.82%
B=27.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.36
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25517816400.300.3609.2310082.16
HexFFB2A401E24096452
Octal37726224403644011144122
Binary1111111110110010101001000111101001000100111001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFB2A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFB2A4; }

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

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

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

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

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

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

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

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