#FBAB9F

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

Shades of Rose Bud #FBAB9F

Tints of Rose Bud #FBAB9F

Color information

#FBAB9F (or 0xFBAB9F) is unknown color: approx Rose Bud. HEX triplet: FB, AB and 9F. RGB value is (251,171,159). Sum of RGB (Red+Green+Blue) = 251+171+159=581 (76% of max value = 765). Red value is 251 (98.44% from 255 or 43.20% from 581); Green value is 171 (67.19% from 255 or 29.43% from 581); Blue value is 159 (62.5% from 255 or 27.37% from 581); Max value from RGB is 251 - color contains mainly: red. Hex color #FBAB9F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FBAB9F is #045460. Grayscale: #C1C1C1. Windows color (decimal): -283745 or 10464251. OLE color: 10464251.

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

Color convert

RGB251171159-
CMYK00.320.370.02
HSL7.83º92%80.39%-
HSV(B)7.83º36.65%98.43%-
XYZ60.652.1439.67-
YUV193.55108.5168.98-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 43.20%
GREEN value IS 171 (67.19% from 255) = 29.43%
BLUE value IS 159 (62.5% from 255) = 27.37%
R=43.20%
G=29.43%
B=27.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.37
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25117115900.320.370.027.839280.39
HexFBAB9F02025285c50
Octal37325323704045210134120
Binary111110111010101110011111010000010010110100010111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBAB9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBAB9F; }

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

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

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

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

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

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

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

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