#FFB1A3

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

Shades of Rose Bud #FFB1A3

Tints of Rose Bud #FFB1A3

Color information

#FFB1A3 (or 0xFFB1A3) is unknown color: approx Rose Bud. HEX triplet: FF, B1 and A3. RGB value is (255,177,163). Sum of RGB (Red+Green+Blue) = 255+177+163=595 (78% of max value = 765). Red value is 255 (100% from 255 or 42.86% from 595); Green value is 177 (69.53% from 255 or 29.75% from 595); Blue value is 163 (64.06% from 255 or 27.39% from 595); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB1A3 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFB1A3 is #004E5C. Grayscale: #C6C6C6. Windows color (decimal): -20061 or 10727935. OLE color: 10727935.

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

Color convert

RGB255177163-
CMYK00.310.360
HSL9.13º100%81.96%-
HSV(B)9.13º36.08%100%-
XYZ63.5755.3541.98-
YUV198.73107.84168.14-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 42.86%
GREEN value IS 177 (69.53% from 255) = 29.75%
BLUE value IS 163 (64.06% from 255) = 27.39%
R=42.86%
G=29.75%
B=27.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.36
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25517716300.310.3609.1310081.96
HexFFB1A301F24096452
Octal37726124303744011144122
Binary1111111110110001101000110111111001000100111001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFB1A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFB1A3; }

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

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

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

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

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

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

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

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