#FAA39B

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

Shades of Rose Bud #FAA39B

Tints of Rose Bud #FAA39B

Color information

#FAA39B (or 0xFAA39B) is unknown color: approx Rose Bud. HEX triplet: FA, A3 and 9B. RGB value is (250,163,155). Sum of RGB (Red+Green+Blue) = 250+163+155=568 (75% of max value = 765). Red value is 250 (98.05% from 255 or 44.01% from 568); Green value is 163 (64.06% from 255 or 28.70% from 568); Blue value is 155 (60.94% from 255 or 27.29% from 568); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA39B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAA39B is #055C64. Grayscale: #BCBCBC. Windows color (decimal): -351333 or 10200058. OLE color: 10200058.

HSL color Cylindrical-coordinate representation of color #FAA39B: hue angle of 5.05º degrees, saturation: 0.9, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #FAA39B is Cyan = 0, Magento = 0.35, Yellow = 0.38 and Black (K on CMYK) = 0.02.

Color convert

RGB250163155-
CMYK00.350.380.02
HSL5.05º90.48%79.41%-
HSV(B)5.05º38%98.04%-
XYZ58.4448.8837.37-
YUV188.1109.32172.15-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 44.01%
GREEN value IS 163 (64.06% from 255) = 28.70%
BLUE value IS 155 (60.94% from 255) = 27.29%
R=44.01%
G=28.70%
B=27.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.38
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25016315500.350.380.025.0590.4879.41
HexFAA39B02326255a4f
Octal3722432330434625132117
Binary11111010101000111001101101000111001101010110110101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAA39B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAA39B; }

 p { color: rgb(250,163,155); }

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

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

 a { background-color: rgb(250,163,155); }

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

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

 span { border-color: rgb(250,163,155); }

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