#FFB3A3

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

Shades of Rose Bud #FFB3A3

Tints of Rose Bud #FFB3A3

Color information

#FFB3A3 (or 0xFFB3A3) is unknown color: approx Rose Bud. HEX triplet: FF, B3 and A3. RGB value is (255,179,163). Sum of RGB (Red+Green+Blue) = 255+179+163=597 (79% of max value = 765). Red value is 255 (100% from 255 or 42.71% from 597); Green value is 179 (70.31% from 255 or 29.98% from 597); Blue value is 163 (64.06% from 255 or 27.30% from 597); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB3A3 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFB3A3 is #004C5C. Grayscale: #C8C8C8. Windows color (decimal): -19549 or 10728447. OLE color: 10728447.

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

Color convert

RGB255179163-
CMYK00.300.360
HSL10.43º100%81.96%-
HSV(B)10.43º36.08%100%-
XYZ63.9756.1442.12-
YUV199.9107.18167.3-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 42.71%
GREEN value IS 179 (70.31% from 255) = 29.98%
BLUE value IS 163 (64.06% from 255) = 27.30%
R=42.71%
G=29.98%
B=27.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.36
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25517916300.300.36010.4310081.96
HexFFB3A301E240a6452
Octal37726324303644012144122
Binary1111111110110011101000110111101001000101011001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFB3A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFB3A3; }

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

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

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

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

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

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

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

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