#FF9D9C

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

Shades of Rose Bud #FF9D9C

Tints of Rose Bud #FF9D9C

Color information

#FF9D9C (or 0xFF9D9C) is unknown color: approx Rose Bud. HEX triplet: FF, 9D and 9C. RGB value is (255,157,156). Sum of RGB (Red+Green+Blue) = 255+157+156=568 (75% of max value = 765). Red value is 255 (100% from 255 or 44.89% from 568); Green value is 157 (61.72% from 255 or 27.64% from 568); Blue value is 156 (61.33% from 255 or 27.46% from 568); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9D9C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF9D9C is #006263. Grayscale: #BABABA. Windows color (decimal): -25188 or 10264063. OLE color: 10264063.

HSL color Cylindrical-coordinate representation of color #FF9D9C: hue angle of 0.61º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #FF9D9C is Cyan = 0, Magento = 0.38, Yellow = 0.39 and Black (K on CMYK) = 0.

Color convert

RGB255157156-
CMYK00.380.390
HSL0.61º100%80.59%-
HSV(B)0.61º38.82%100%-
XYZ59.347.7737.55-
YUV186.19110.97177.08-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 44.89%
GREEN value IS 157 (61.72% from 255) = 27.64%
BLUE value IS 156 (61.33% from 255) = 27.46%
R=44.89%
G=27.64%
B=27.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.39
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25515715600.380.3900.6110080.59
HexFF9D9C02627016451
Octal3772352340464701144121
Binary11111111100111011001110001001101001110111001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF9D9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF9D9C; }

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

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

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

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

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

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

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

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