#FBACA0

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

Shades of Rose Bud #FBACA0

Tints of Rose Bud #FBACA0

Color information

#FBACA0 (or 0xFBACA0) is unknown color: approx Rose Bud. HEX triplet: FB, AC and A0. RGB value is (251,172,160). Sum of RGB (Red+Green+Blue) = 251+172+160=583 (77% of max value = 765). Red value is 251 (98.44% from 255 or 43.05% from 583); Green value is 172 (67.58% from 255 or 29.50% from 583); Blue value is 160 (62.89% from 255 or 27.44% from 583); Max value from RGB is 251 - color contains mainly: red. Hex color #FBACA0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FBACA0 is #04535F. Grayscale: #C2C2C2. Windows color (decimal): -283488 or 10530043. OLE color: 10530043.

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

Color convert

RGB251172160-
CMYK00.310.360.02
HSL7.91º91.92%80.59%-
HSV(B)7.91º36.25%98.43%-
XYZ60.8852.5540.19-
YUV194.25108.67168.48-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 43.05%
GREEN value IS 172 (67.58% from 255) = 29.50%
BLUE value IS 160 (62.89% from 255) = 27.44%
R=43.05%
G=29.50%
B=27.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.36
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25117216000.310.360.027.9191.9280.59
HexFBACA001F24285c51
Octal37325424003744210134121
Binary11111011101011001010000001111110010010100010111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBACA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBACA0; }

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

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

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

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

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

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

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

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