#FA9D9D

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

Shades of Rose Bud #FA9D9D

Tints of Rose Bud #FA9D9D

Color information

#FA9D9D (or 0xFA9D9D) is unknown color: approx Rose Bud. HEX triplet: FA, 9D and 9D. RGB value is (250,157,157). Sum of RGB (Red+Green+Blue) = 250+157+157=564 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.33% from 564); Green value is 157 (61.72% from 255 or 27.84% from 564); Blue value is 157 (61.72% from 255 or 27.84% from 564); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9D9D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FA9D9D is #056262. Grayscale: #B8B8B8. Windows color (decimal): -352867 or 10329594. OLE color: 10329594.

HSL color Cylindrical-coordinate representation of color #FA9D9D: 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.37%. Process color model (Four color, CMYK) of #FA9D9D is Cyan = 0, Magento = 0.37, Yellow = 0.37 and Black (K on CMYK) = 0.02.

Color convert

RGB250157157-
CMYK00.370.370.02
HSL90.29%79.8%-
HSV(B)37.2%98.04%-
XYZ57.5746.8737.91-
YUV184.81112.31174.5-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 44.33%
GREEN value IS 157 (61.72% from 255) = 27.84%
BLUE value IS 157 (61.72% from 255) = 27.84%
R=44.33%
G=27.84%
B=27.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.37
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25015715700.370.370.02090.2979.8
HexFA9D9D02525205a50
Octal3722352350454520132120
Binary111110101001110110011101010010110010110010110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA9D9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA9D9D; }

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

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

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

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

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

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

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

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