#FFB2A8

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

Shades of Sundown #FFB2A8

Tints of Sundown #FFB2A8

Color information

#FFB2A8 (or 0xFFB2A8) is unknown color: approx Sundown. HEX triplet: FF, B2 and A8. RGB value is (255,178,168). Sum of RGB (Red+Green+Blue) = 255+178+168=601 (79% of max value = 765). Red value is 255 (100% from 255 or 42.43% from 601); Green value is 178 (69.92% from 255 or 29.62% from 601); Blue value is 168 (66.02% from 255 or 27.95% from 601); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB2A8 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFB2A8 is #004D57. Grayscale: #C7C7C7. Windows color (decimal): -19800 or 11055871. OLE color: 11055871.

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

Color convert

RGB255178168-
CMYK00.300.340
HSL6.9º100%82.94%-
HSV(B)6.9º34.12%100%-
XYZ64.2355.9344.46-
YUV199.88110.01167.31-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 42.43%
GREEN value IS 178 (69.92% from 255) = 29.62%
BLUE value IS 168 (66.02% from 255) = 27.95%
R=42.43%
G=29.62%
B=27.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.34
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25517816800.300.3406.910082.94
HexFFB2A801E22076453
Octal3772622500364207144123
Binary111111111011001010101000011110100010011111001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFB2A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFB2A8; }

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

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

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

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

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

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

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

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