#FAA29C

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

Shades of Rose Bud #FAA29C

Tints of Rose Bud #FAA29C

Color information

#FAA29C (or 0xFAA29C) is unknown color: approx Rose Bud. HEX triplet: FA, A2 and 9C. RGB value is (250,162,156). Sum of RGB (Red+Green+Blue) = 250+162+156=568 (75% of max value = 765). Red value is 250 (98.05% from 255 or 44.01% from 568); Green value is 162 (63.67% from 255 or 28.52% from 568); Blue value is 156 (61.33% from 255 or 27.46% from 568); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA29C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAA29C is #055D63. Grayscale: #BBBBBB. Windows color (decimal): -351588 or 10265338. OLE color: 10265338.

HSL color Cylindrical-coordinate representation of color #FAA29C: hue angle of 3.83º 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 #FAA29C is Cyan = 0, Magento = 0.35, Yellow = 0.38 and Black (K on CMYK) = 0.02.

Color convert

RGB250162156-
CMYK00.350.380.02
HSL3.83º90.38%79.61%-
HSV(B)3.83º37.6%98.04%-
XYZ58.3548.5637.75-
YUV187.63110.15172.49-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 44.01%
GREEN value IS 162 (63.67% from 255) = 28.52%
BLUE value IS 156 (61.33% from 255) = 27.46%
R=44.01%
G=28.52%
B=27.46%

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
Decimal25016215600.350.380.023.8390.3879.61
HexFAA29C02326245a50
Octal3722422340434624132120
Binary11111010101000101001110001000111001101010010110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAA29C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAA29C; }

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

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

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

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

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

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

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

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