#FB9D9A

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

Shades of Rose Bud #FB9D9A

Tints of Rose Bud #FB9D9A

Color information

#FB9D9A (or 0xFB9D9A) is unknown color: approx Rose Bud. HEX triplet: FB, 9D and 9A. RGB value is (251,157,154). Sum of RGB (Red+Green+Blue) = 251+157+154=562 (74% of max value = 765). Red value is 251 (98.44% from 255 or 44.66% from 562); Green value is 157 (61.72% from 255 or 27.94% from 562); Blue value is 154 (60.55% from 255 or 27.40% from 562); Max value from RGB is 251 - color contains mainly: red. Hex color #FB9D9A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FB9D9A is #046265. Grayscale: #B8B8B8. Windows color (decimal): -287334 or 10132987. OLE color: 10132987.

HSL color Cylindrical-coordinate representation of color #FB9D9A: hue angle of 1.86º degrees, saturation: 0.92, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #FB9D9A is Cyan = 0, Magento = 0.37, Yellow = 0.39 and Black (K on CMYK) = 0.02.

Color convert

RGB251157154-
CMYK00.370.390.02
HSL1.86º92.38%79.41%-
HSV(B)1.86º38.65%98.43%-
XYZ57.6746.9636.6-
YUV184.76110.64175.24-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 44.66%
GREEN value IS 157 (61.72% from 255) = 27.94%
BLUE value IS 154 (60.55% from 255) = 27.40%
R=44.66%
G=27.94%
B=27.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.39
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25115715400.370.390.021.8692.3879.41
HexFB9D9A02527225c4f
Octal3732352320454722134117
Binary1111101110011101100110100100101100111101010111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB9D9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB9D9A; }

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

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

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

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

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

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

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

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