#FBAB9A

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

Shades of Rose Bud #FBAB9A

Tints of Rose Bud #FBAB9A

Color information

#FBAB9A (or 0xFBAB9A) is unknown color: approx Rose Bud. HEX triplet: FB, AB and 9A. RGB value is (251,171,154). Sum of RGB (Red+Green+Blue) = 251+171+154=576 (76% of max value = 765). Red value is 251 (98.44% from 255 or 43.58% from 576); Green value is 171 (67.19% from 255 or 29.69% from 576); Blue value is 154 (60.55% from 255 or 26.74% from 576); Max value from RGB is 251 - color contains mainly: red. Hex color #FBAB9A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FBAB9A is #045465. Grayscale: #C1C1C1. Windows color (decimal): -283750 or 10136571. OLE color: 10136571.

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

Color convert

RGB251171154-
CMYK00.320.390.02
HSL10.52º92.38%79.41%-
HSV(B)10.52º38.65%98.43%-
XYZ60.1851.9737.43-
YUV192.98106169.38-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 43.58%
GREEN value IS 171 (67.19% from 255) = 29.69%
BLUE value IS 154 (60.55% from 255) = 26.74%
R=43.58%
G=29.69%
B=26.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.39
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25117115400.320.390.0210.5292.3879.41
HexFBAB9A020272b5c4f
Octal37325323204047213134117
Binary111110111010101110011010010000010011110101110111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBAB9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBAB9A; }

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

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

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

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

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

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

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

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