#FBAE9B

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

Shades of Rose Bud #FBAE9B

Tints of Rose Bud #FBAE9B

Color information

#FBAE9B (or 0xFBAE9B) is unknown color: approx Rose Bud. HEX triplet: FB, AE and 9B. RGB value is (251,174,155). Sum of RGB (Red+Green+Blue) = 251+174+155=580 (76% of max value = 765). Red value is 251 (98.44% from 255 or 43.28% from 580); Green value is 174 (68.36% from 255 or 30% from 580); Blue value is 155 (60.94% from 255 or 26.72% from 580); Max value from RGB is 251 - color contains mainly: red. Hex color #FBAE9B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FBAE9B is #045164. Grayscale: #C3C3C3. Windows color (decimal): -282981 or 10202875. OLE color: 10202875.

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

Color convert

RGB251174155-
CMYK00.310.380.02
HSL11.88º92.31%79.61%-
HSV(B)11.88º38.25%98.43%-
XYZ60.8453.1538.06-
YUV194.86105.51168.04-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 43.28%
GREEN value IS 174 (68.36% from 255) = 30%
BLUE value IS 155 (60.94% from 255) = 26.72%
R=43.28%
G=30%
B=26.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.38
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25117415500.310.380.0211.8892.3179.61
HexFBAE9B01F262c5c50
Octal37325623303746214134120
Binary11111011101011101001101101111110011010110010111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBAE9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBAE9B; }

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

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

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

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

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

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

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

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