#FA9C9C

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

Shades of Rose Bud #FA9C9C

Tints of Rose Bud #FA9C9C

Color information

#FA9C9C (or 0xFA9C9C) is unknown color: approx Rose Bud. HEX triplet: FA, 9C and 9C. RGB value is (250,156,156). Sum of RGB (Red+Green+Blue) = 250+156+156=562 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.48% from 562); Green value is 156 (61.33% from 255 or 27.76% from 562); Blue value is 156 (61.33% from 255 or 27.76% from 562); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9C9C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FA9C9C is #056363. Grayscale: #B8B8B8. Windows color (decimal): -353124 or 10263802. OLE color: 10263802.

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

Color convert

RGB250156156-
CMYK00.380.380.02
HSL90.38%79.61%-
HSV(B)37.6%98.04%-
XYZ57.3146.537.41-
YUV184.11112.14175-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 44.48%
GREEN value IS 156 (61.33% from 255) = 27.76%
BLUE value IS 156 (61.33% from 255) = 27.76%
R=44.48%
G=27.76%
B=27.76%

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
Decimal25015615600.380.380.02090.3879.61
HexFA9C9C02626205a50
Octal3722342340464620132120
Binary111110101001110010011100010011010011010010110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA9C9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA9C9C; }

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

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

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

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

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

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

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

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