#FA9C9B

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

Shades of Rose Bud #FA9C9B

Tints of Rose Bud #FA9C9B

Color information

#FA9C9B (or 0xFA9C9B) is unknown color: approx Rose Bud. HEX triplet: FA, 9C and 9B. RGB value is (250,156,155). Sum of RGB (Red+Green+Blue) = 250+156+155=561 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.56% from 561); Green value is 156 (61.33% from 255 or 27.81% from 561); Blue value is 155 (60.94% from 255 or 27.63% from 561); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9C9B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FA9C9B is #056364. Grayscale: #B8B8B8. Windows color (decimal): -353125 or 10198266. OLE color: 10198266.

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

Color convert

RGB250156155-
CMYK00.380.380.02
HSL0.63º90.48%79.41%-
HSV(B)0.63º38%98.04%-
XYZ57.2346.4736.96-
YUV183.99111.64175.08-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 44.56%
GREEN value IS 156 (61.33% from 255) = 27.81%
BLUE value IS 155 (60.94% from 255) = 27.63%
R=44.56%
G=27.81%
B=27.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.38
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25015615500.380.380.020.6390.4879.41
HexFA9C9B02626215a4f
Octal3722342330464621132117
Binary111110101001110010011011010011010011010110110101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA9C9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA9C9B; }

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

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

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

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

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

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

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

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