#FA9D9C

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

Shades of Rose Bud #FA9D9C

Tints of Rose Bud #FA9D9C

Color information

#FA9D9C (or 0xFA9D9C) is unknown color: approx Rose Bud. HEX triplet: FA, 9D and 9C. RGB value is (250,157,156). Sum of RGB (Red+Green+Blue) = 250+157+156=563 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.40% from 563); Green value is 157 (61.72% from 255 or 27.89% from 563); Blue value is 156 (61.33% from 255 or 27.71% from 563); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9D9C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FA9D9C is #056263. Grayscale: #B8B8B8. Windows color (decimal): -352868 or 10264058. OLE color: 10264058.

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

Color convert

RGB250157156-
CMYK00.370.380.02
HSL0.64º90.38%79.61%-
HSV(B)0.64º37.6%98.04%-
XYZ57.4846.8437.46-
YUV184.69111.81174.58-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 44.40%
GREEN value IS 157 (61.72% from 255) = 27.89%
BLUE value IS 156 (61.33% from 255) = 27.71%
R=44.40%
G=27.89%
B=27.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.38
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25015715600.370.380.020.6490.3879.61
HexFA9D9C02526215a50
Octal3722352340454621132120
Binary111110101001110110011100010010110011010110110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA9D9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA9D9C; }

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

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

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

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

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

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

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

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