#FBAA98

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

Shades of Rose Bud #FBAA98

Tints of Rose Bud #FBAA98

Color information

#FBAA98 (or 0xFBAA98) is unknown color: approx Rose Bud. HEX triplet: FB, AA and 98. RGB value is (251,170,152). Sum of RGB (Red+Green+Blue) = 251+170+152=573 (75% of max value = 765). Red value is 251 (98.44% from 255 or 43.80% from 573); Green value is 170 (66.80% from 255 or 29.67% from 573); Blue value is 152 (59.77% from 255 or 26.53% from 573); Max value from RGB is 251 - color contains mainly: red. Hex color #FBAA98 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FBAA98 is #045567. Grayscale: #C0C0C0. Windows color (decimal): -284008 or 10005243. OLE color: 10005243.

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

Color convert

RGB251170152-
CMYK00.320.390.02
HSL10.91º92.52%79.02%-
HSV(B)10.91º39.44%98.43%-
XYZ59.8351.5336.5-
YUV192.17105.34169.96-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 43.80%
GREEN value IS 170 (66.80% from 255) = 29.67%
BLUE value IS 152 (59.77% from 255) = 26.53%
R=43.80%
G=29.67%
B=26.53%

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
Decimal25117015200.320.390.0210.9192.5279.02
HexFBAA98020272b5d4f
Octal37325223004047213135117
Binary111110111010101010011000010000010011110101110111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBAA98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBAA98; }

 p { color: rgb(251,170,152); }

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

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

 a { background-color: rgb(251,170,152); }

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

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

 span { border-color: rgb(251,170,152); }

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