#FFB3A1

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

Shades of Rose Bud #FFB3A1

Tints of Rose Bud #FFB3A1

Color information

#FFB3A1 (or 0xFFB3A1) is unknown color: approx Rose Bud. HEX triplet: FF, B3 and A1. RGB value is (255,179,161). Sum of RGB (Red+Green+Blue) = 255+179+161=595 (78% of max value = 765). Red value is 255 (100% from 255 or 42.86% from 595); Green value is 179 (70.31% from 255 or 30.08% from 595); Blue value is 161 (63.28% from 255 or 27.06% from 595); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB3A1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFB3A1 is #004C5E. Grayscale: #C7C7C7. Windows color (decimal): -19551 or 10597375. OLE color: 10597375.

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

Color convert

RGB255179161-
CMYK00.300.370
HSL11.49º100%81.57%-
HSV(B)11.49º36.86%100%-
XYZ63.7956.0741.18-
YUV199.67106.18167.46-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 42.86%
GREEN value IS 179 (70.31% from 255) = 30.08%
BLUE value IS 161 (63.28% from 255) = 27.06%
R=42.86%
G=30.08%
B=27.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.37
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25517916100.300.37011.4910081.57
HexFFB3A101E250b6452
Octal37726324103645013144122
Binary1111111110110011101000010111101001010101111001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFB3A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFB3A1; }

 p { color: rgb(255,179,161); }

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

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

 a { background-color: rgb(255,179,161); }

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

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

 span { border-color: rgb(255,179,161); }

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