#FFB1A4

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

Shades of Sundown #FFB1A4

Tints of Sundown #FFB1A4

Color information

#FFB1A4 (or 0xFFB1A4) is unknown color: approx Sundown. HEX triplet: FF, B1 and A4. RGB value is (255,177,164). Sum of RGB (Red+Green+Blue) = 255+177+164=596 (78% of max value = 765). Red value is 255 (100% from 255 or 42.79% from 596); Green value is 177 (69.53% from 255 or 29.70% from 596); Blue value is 164 (64.45% from 255 or 27.52% from 596); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB1A4 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFB1A4 is #004E5B. Grayscale: #C6C6C6. Windows color (decimal): -20060 or 10793471. OLE color: 10793471.

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

Color convert

RGB255177164-
CMYK00.310.360
HSL8.57º100%82.16%-
HSV(B)8.57º35.69%100%-
XYZ63.6655.3842.46-
YUV198.84108.34168.06-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 42.79%
GREEN value IS 177 (69.53% from 255) = 29.70%
BLUE value IS 164 (64.45% from 255) = 27.52%
R=42.79%
G=29.70%
B=27.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.36
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25517716400.310.3608.5710082.16
HexFFB1A401F24096452
Octal37726124403744011144122
Binary1111111110110001101001000111111001000100111001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFB1A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFB1A4; }

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

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

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

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

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

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

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

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