#FFB3A0

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

Shades of Rose Bud #FFB3A0

Tints of Rose Bud #FFB3A0

Color information

#FFB3A0 (or 0xFFB3A0) is unknown color: approx Rose Bud. HEX triplet: FF, B3 and A0. RGB value is (255,179,160). Sum of RGB (Red+Green+Blue) = 255+179+160=594 (78% of max value = 765). Red value is 255 (100% from 255 or 42.93% from 594); Green value is 179 (70.31% from 255 or 30.13% from 594); Blue value is 160 (62.89% from 255 or 26.94% from 594); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB3A0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFB3A0 is #004C5F. Grayscale: #C7C7C7. Windows color (decimal): -19552 or 10531839. OLE color: 10531839.

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

Color convert

RGB255179160-
CMYK00.300.370
HSL12º100%81.37%-
HSV(B)12º37.25%100%-
XYZ63.7156.0440.72-
YUV199.56105.68167.54-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 42.93%
GREEN value IS 179 (70.31% from 255) = 30.13%
BLUE value IS 160 (62.89% from 255) = 26.94%
R=42.93%
G=30.13%
B=26.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.37
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25517916000.300.3701210081.37
HexFFB3A001E250c6451
Octal37726324003645014144121
Binary1111111110110011101000000111101001010110011001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFB3A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFB3A0; }

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

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

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

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

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

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

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

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