#FBACA1

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

Shades of Rose Bud #FBACA1

Tints of Rose Bud #FBACA1

Color information

#FBACA1 (or 0xFBACA1) is unknown color: approx Rose Bud. HEX triplet: FB, AC and A1. RGB value is (251,172,161). Sum of RGB (Red+Green+Blue) = 251+172+161=584 (77% of max value = 765). Red value is 251 (98.44% from 255 or 42.98% from 584); Green value is 172 (67.58% from 255 or 29.45% from 584); Blue value is 161 (63.28% from 255 or 27.57% from 584); Max value from RGB is 251 - color contains mainly: red. Hex color #FBACA1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FBACA1 is #04535E. Grayscale: #C2C2C2. Windows color (decimal): -283487 or 10595579. OLE color: 10595579.

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

Color convert

RGB251172161-
CMYK00.310.360.02
HSL7.33º91.84%80.78%-
HSV(B)7.33º35.86%98.43%-
XYZ60.9752.5940.66-
YUV194.37109.17168.39-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 42.98%
GREEN value IS 172 (67.58% from 255) = 29.45%
BLUE value IS 161 (63.28% from 255) = 27.57%
R=42.98%
G=29.45%
B=27.57%

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
Decimal25117216100.310.360.027.3391.8480.78
HexFBACA101F24275c51
Octal3732542410374427134121
Binary1111101110101100101000010111111001001011110111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBACA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBACA1; }

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

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

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

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

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

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

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

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