#FAA39C

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

Shades of Rose Bud #FAA39C

Tints of Rose Bud #FAA39C

Color information

#FAA39C (or 0xFAA39C) is unknown color: approx Rose Bud. HEX triplet: FA, A3 and 9C. RGB value is (250,163,156). Sum of RGB (Red+Green+Blue) = 250+163+156=569 (75% of max value = 765). Red value is 250 (98.05% from 255 or 43.94% from 569); Green value is 163 (64.06% from 255 or 28.65% from 569); Blue value is 156 (61.33% from 255 or 27.42% from 569); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA39C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAA39C is #055C63. Grayscale: #BCBCBC. Windows color (decimal): -351332 or 10265594. OLE color: 10265594.

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

Color convert

RGB250163156-
CMYK00.350.380.02
HSL4.47º90.38%79.61%-
HSV(B)4.47º37.6%98.04%-
XYZ58.5248.9237.81-
YUV188.21109.82172.07-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 43.94%
GREEN value IS 163 (64.06% from 255) = 28.65%
BLUE value IS 156 (61.33% from 255) = 27.42%
R=43.94%
G=28.65%
B=27.42%

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
Decimal25016315600.350.380.024.4790.3879.61
HexFAA39C02326245a50
Octal3722432340434624132120
Binary11111010101000111001110001000111001101010010110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAA39C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAA39C; }

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

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

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

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

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

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

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

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