#FFB1A2

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

Shades of Rose Bud #FFB1A2

Tints of Rose Bud #FFB1A2

Color information

#FFB1A2 (or 0xFFB1A2) is unknown color: approx Rose Bud. HEX triplet: FF, B1 and A2. RGB value is (255,177,162). Sum of RGB (Red+Green+Blue) = 255+177+162=594 (78% of max value = 765). Red value is 255 (100% from 255 or 42.93% from 594); Green value is 177 (69.53% from 255 or 29.80% from 594); Blue value is 162 (63.67% from 255 or 27.27% from 594); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB1A2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFB1A2 is #004E5D. Grayscale: #C6C6C6. Windows color (decimal): -20062 or 10662399. OLE color: 10662399.

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

Color convert

RGB255177162-
CMYK00.310.360
HSL9.68º100%81.76%-
HSV(B)9.68º36.47%100%-
XYZ63.4855.3141.51-
YUV198.61107.34168.22-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 42.93%
GREEN value IS 177 (69.53% from 255) = 29.80%
BLUE value IS 162 (63.67% from 255) = 27.27%
R=42.93%
G=29.80%
B=27.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.36
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25517716200.310.3609.6810081.76
HexFFB1A201F240a6452
Octal37726124203744012144122
Binary1111111110110001101000100111111001000101011001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFB1A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFB1A2; }

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

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

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

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

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

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

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

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