#FBA4A0

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

Shades of Rose Bud #FBA4A0

Tints of Rose Bud #FBA4A0

Color information

#FBA4A0 (or 0xFBA4A0) is unknown color: approx Rose Bud. HEX triplet: FB, A4 and A0. RGB value is (251,164,160). Sum of RGB (Red+Green+Blue) = 251+164+160=575 (76% of max value = 765). Red value is 251 (98.44% from 255 or 43.65% from 575); Green value is 164 (64.45% from 255 or 28.52% from 575); Blue value is 160 (62.89% from 255 or 27.83% from 575); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA4A0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FBA4A0 is #045B5F. Grayscale: #BDBDBD. Windows color (decimal): -285536 or 10527995. OLE color: 10527995.

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

Color convert

RGB251164160-
CMYK00.350.360.02
HSL2.64º91.92%80.59%-
HSV(B)2.64º36.25%98.43%-
XYZ59.449.639.7-
YUV189.56111.32171.83-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 43.65%
GREEN value IS 164 (64.45% from 255) = 28.52%
BLUE value IS 160 (62.89% from 255) = 27.83%
R=43.65%
G=28.52%
B=27.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.36
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25116416000.350.360.022.6491.9280.59
HexFBA4A002324235c51
Octal3732442400434423134121
Binary1111101110100100101000000100011100100101110111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBA4A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBA4A0; }

 p { color: rgb(251,164,160); }

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

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

 a { background-color: rgb(251,164,160); }

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

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

 span { border-color: rgb(251,164,160); }

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