#FBA7A0

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

Shades of Rose Bud #FBA7A0

Tints of Rose Bud #FBA7A0

Color information

#FBA7A0 (or 0xFBA7A0) is unknown color: approx Rose Bud. HEX triplet: FB, A7 and A0. RGB value is (251,167,160). Sum of RGB (Red+Green+Blue) = 251+167+160=578 (76% of max value = 765). Red value is 251 (98.44% from 255 or 43.43% from 578); Green value is 167 (65.62% from 255 or 28.89% from 578); Blue value is 160 (62.89% from 255 or 27.68% from 578); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA7A0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FBA7A0 is #04585F. Grayscale: #BFBFBF. Windows color (decimal): -284768 or 10528763. OLE color: 10528763.

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

Color convert

RGB251167160-
CMYK00.330.360.02
HSL4.62º91.92%80.59%-
HSV(B)4.62º36.25%98.43%-
XYZ59.9550.6839.88-
YUV191.32110.33170.57-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 43.43%
GREEN value IS 167 (65.62% from 255) = 28.89%
BLUE value IS 160 (62.89% from 255) = 27.68%
R=43.43%
G=28.89%
B=27.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.36
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25116716000.330.360.024.6291.9280.59
HexFBA7A002124255c51
Octal3732472400414425134121
Binary11111011101001111010000001000011001001010110111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBA7A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBA7A0; }

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

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

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

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

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

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

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

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