#FB9D9B

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

Shades of Rose Bud #FB9D9B

Tints of Rose Bud #FB9D9B

Color information

#FB9D9B (or 0xFB9D9B) is unknown color: approx Rose Bud. HEX triplet: FB, 9D and 9B. RGB value is (251,157,155). Sum of RGB (Red+Green+Blue) = 251+157+155=563 (74% of max value = 765). Red value is 251 (98.44% from 255 or 44.58% from 563); Green value is 157 (61.72% from 255 or 27.89% from 563); Blue value is 155 (60.94% from 255 or 27.53% from 563); Max value from RGB is 251 - color contains mainly: red. Hex color #FB9D9B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FB9D9B is #046264. Grayscale: #B8B8B8. Windows color (decimal): -287333 or 10198523. OLE color: 10198523.

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

Color convert

RGB251157155-
CMYK00.370.380.02
HSL1.25º92.31%79.61%-
HSV(B)1.25º38.25%98.43%-
XYZ57.7646.9937.04-
YUV184.88111.14175.16-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 44.58%
GREEN value IS 157 (61.72% from 255) = 27.89%
BLUE value IS 155 (60.94% from 255) = 27.53%
R=44.58%
G=27.89%
B=27.53%

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
Decimal25115715500.370.380.021.2592.3179.61
HexFB9D9B02526215c50
Octal3732352330454621134120
Binary111110111001110110011011010010110011010110111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB9D9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB9D9B; }

 p { color: rgb(251,157,155); }

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

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

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

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

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

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

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